Skip to content

Commit a93ac22

Browse files
committed
feat: Remove redundant export
1 parent 34eb8af commit a93ac22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/FunctionComposition/Exports.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
@_exported import NominalFunctionTypesComposition
33

44
// _Currying is already exported from NominalFunctionTypesComposition if available
5-
#elseif Currying && canImport(_Currying)
5+
#elseif !NominalTypes && Currying && canImport(_Currying)
66
@_exported import _Currying
77
#endif

0 commit comments

Comments
 (0)