grammatical-parsers-0.7: src/Text/Grampa/ContextFree/LeftRecursive.hs
-- | A context-free memoizing parser that can handle left-recursive grammars.
module Text.Grampa.ContextFree.LeftRecursive
{-# DEPRECATED "Use Text.Grampa.ContextFree.SortedMemoizing.LeftRecursive instead" #-}
(module Text.Grampa.ContextFree.SortedMemoizing.LeftRecursive)
where
import Text.Grampa.ContextFree.SortedMemoizing.LeftRecursive