parsley-core-2.1.0.1: src/ghc/Parsley/Internal/Frontend.hs
{-|
Module : Parsley.Internal.Frontend
Description : The frontend is concerned with AST manipulation and processing
License : BSD-3-Clause
Maintainer : Jamie Willis
Stability : stable
@since 0.1.0.0
-}
module Parsley.Internal.Frontend (
module Parsley.Internal.Frontend.Compiler,
) where
import Parsley.Internal.Frontend.Compiler (compile)