We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8284518 commit 659f14eCopy full SHA for 659f14e
src/Data/List/Types.purs
@@ -2,6 +2,8 @@ module Data.List.Types
2
( List(..)
3
, (:)
4
, NonEmptyList(..)
5
+ , toList
6
+ , nelCons
7
) where
8
9
import Prelude
0 commit comments