HaLeX-1.1: HaLeX enables modelling, manipulation and animation of regular languagesSource codeContentsIndex
Language.HaLex.FaOperations
Documentation
ndfa2dfa :: (Ord st, Eq sy) => Ndfa st sy -> Dfa [st] sySource
dfa2ndfa :: Dfa st sy -> Ndfa st sySource
ndfa2ct :: Ord st => Ndfa st sy -> CT stSource
type CT st = [(StDfa st, [StDfa st])]Source
concatNdfa :: (Eq a, Eq b) => Ndfa b a -> Ndfa b a -> Ndfa b aSource
unionNdfa :: (Eq a, Eq b) => Ndfa b a -> Ndfa b a -> Ndfa b aSource
starNdfa :: Eq st => Ndfa st sy -> Ndfa st sySource
plusNdfa :: Eq st => Ndfa st sy -> Ndfa st sySource
expNdfa :: (Eq st, Eq sy) => Ndfa st sy -> Int -> Ndfa Int sySource
unionDfa :: (Eq a, Eq b) => Dfa b a -> Dfa b a -> Ndfa b aSource
concatDfa :: (Eq a, Eq b) => Dfa b a -> Dfa b a -> Ndfa b aSource
starDfa :: Eq st => Dfa st sy -> Ndfa st sySource
plusDfa :: Eq st => Dfa st sy -> Ndfa st sySource
Produced by Haddock version 2.3.0