Package: effect Module: List
effect
List
Constructs a new empty List<A>.
List<A>
Alias of nil.
nil
Signature
declare const empty: <A = never>() => List<A>
Source
Since v2.0.0