GenI-0.23.20130212: A natural language generator (specifically, an FB-LTAG surface realiser)

Safe HaskellSafe-Infered

Data.FullList.Internal

Documentation

newtype FullList a

Constructors

FullList [a] 

fromFL :: FullList a -> [a]

indeedFL :: [a] -> w -> (FullList a -> w) -> w

head :: FullList a -> a

tail :: FullList a -> [a]

sortNub :: (Eq a, Ord a) => FullList a -> FullList a

class Listable l where

Methods

(!:) :: a -> l a -> FullList a

Instances