packages feed

libmolude-0.12.3: Source/Parser.hs

module Parser
    (
     module Text.Parser.Char,
     module Text.Parser.Combinators
    ) where

import Text.Parser.Char
import Text.Parser.Combinators