diff --git a/src/Data/List/Lazy/NonEmpty.purs b/src/Data/List/Lazy/NonEmpty.purs index 6af4c1e..e4b1d40 100644 --- a/src/Data/List/Lazy/NonEmpty.purs +++ b/src/Data/List/Lazy/NonEmpty.purs @@ -6,6 +6,7 @@ module Data.List.Lazy.NonEmpty , toList , singleton , head + , last , tail , init , uncons diff --git a/src/Data/List/NonEmpty.purs b/src/Data/List/NonEmpty.purs index ad2359a..5ad997b 100644 --- a/src/Data/List/NonEmpty.purs +++ b/src/Data/List/NonEmpty.purs @@ -6,6 +6,7 @@ module Data.List.NonEmpty , toList , singleton , head + , last , tail , init , uncons