Maintainer | bastiaan.heeren@ou.nl |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | Safe |
Language | Haskell98 |
A type class for sequences together with the Firsts
type class for
accessing the firsts set and ready predicate.
Sequence type class
Firsts type class
firstsTree :: Firsts s => s -> DerivationTree (Elem s) s Source