haskell-src-exts-simple-1.18.0.0: A simplified view on the haskell-src-exts AST

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Exts.Simple.Parser

Contents

Description

This module reexports Language.Haskell.Exts.Parser with adaptations.

Synopsis

Datatypes and Constructors

ListOf

pattern ListOf :: forall t. [t] -> ListOf t Source #

PragmasAndModuleName

PragmasAndModuleHead

ModuleHeadAndImports

Functions

parse :: (Parseable (ast SrcSpanInfo), Functor ast) => String -> ParseResult (ast ()) Source #