HaLeX-1.2.2: HaLeX enables modelling, manipulation and animation of regular languages

Safe HaskellSafe
LanguageHaskell98

Language.HaLex.Dfa2MDfa

Documentation

showAsAccumDfa :: (Show sy, Show st) => Dfa st sy -> String -> String Source #

showDfaMDelta :: (Show st, Show sy) => [st] -> [sy] -> (st -> sy -> st) -> [Char] -> [Char] Source #

dfa2MIO :: (Show st, Show sy) => Dfa st sy -> IO () Source #

re2MHaskellMod :: (Show sy, Ord sy) => RegExp sy -> Bool -> Bool -> [Char] Source #

re2MDfa :: (Show sy, Ord sy) => RegExp sy -> Bool -> Bool -> String -> String Source #

f :: Maybe (RegExp sy) -> RegExp sy Source #