Maintainer | bastiaan.heeren@ou.nl |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | None |
Language | Haskell98 |
This module defines special symbols for labeling and atomicity.
Documentation
class Eq a => AtomicSymbol a where Source #
atomicOpen, atomicClose :: a Source #
AtomicSymbol (Rule a) Source # | |
AtomicSymbol (Leaf a) Source # | |
class Eq a => LabelSymbol a where Source #
isEnterSymbol :: a -> Bool Source #
LabelSymbol (Rule a) Source # | |
LabelSymbol (Leaf a) Source # | |