Package: effect Module: List
effect
List
Removes all None values from the specified list.
None
Signature
declare const compact: <A>(self: List<Option.Option<A>>) => List<A>
Source
Since v2.0.0