Closed Anaminus closed 2 years ago
The types.some and types.none functions should be moved out of the types library.
types.some
types.none
Implement as constructors on the Optional reflector. This will assign them to Optional.some and Optional.none.
Optional
Optional.some
Optional.none
The
types.some
andtypes.none
functions should be moved out of the types library.Implement as constructors on the
Optional
reflector. This will assign them toOptional.some
andOptional.none
.