GenI-0.23.20130212: A natural language generator (specifically, an FB-LTAG surface realiser)
Data.FullList.Internal
newtype FullList a
Constructors
Instances
fromFL :: FullList a -> [a]
indeedFL :: [a] -> w -> (FullList a -> w) -> w
head :: FullList a -> a
tail :: FullList a -> [a]
(++) :: FullList a -> FullList a -> FullList a
sortNub :: (Eq a, Ord a) => FullList a -> FullList a
class Listable l where
Methods
(!:) :: a -> l a -> FullList a