funcons-tools-0.2.0.13: src/Funcons/Parser.hs
{-# LANGUAGE OverloadedStrings #-}
module Funcons.Parser (fct_parse, fct_parse_either, fvalue_parse, fvalue_parse_either) where
import Funcons.GLLParser (fct_parse, fct_parse_either, fvalue_parse, fvalue_parse_either)