Data.BAByNF.Core.Parseable
data Parseable a where Source #
Constructors
Defined in Data.BAByNF.Core.Parseable
Methods
showsPrec :: Int -> Parseable a -> ShowS #
show :: Parseable a -> String #
showList :: [Parseable a] -> ShowS #
toParser :: (Ref a, Show a) => Dict a -> Parseable a -> TreeParser a Source #
type Dict a = RefDict a (Parseable a) Source #
type TreeParser a = Parser (Tree a) Source #