proto3-suite-0.7.0: A higher-level API to the proto3-wire library
Safe HaskellNone
LanguageHaskell2010

Proto3.Suite.DotProto.Generate.Syntax

Description

Utilities to manipulate Haskell AST

Synopsis

Documentation

Wrappers around haskell-src-exts constructors

defaultSrcLoc :: SrcLoc Source #

For some reason, haskell-src-exts needs this SrcLoc parameter for some data constructors. Its value does not affect pretty-printed output

Common Haskell expressions, constructors, and operators

intE :: Integral a => a -> HsExp Source #

intP :: Integral a => a -> HsPat Source #