futhark-0.21.12: An optimising compiler for a functional, array-oriented language.
Safe HaskellNone
LanguageHaskell2010

Futhark.Analysis.PrimExp.Parse

Description

Building blocks for parsing prim primexpressions. *Not* an infix representation.

Synopsis

Documentation

pPrimExp :: PrimType -> Parsec Void Text v -> Parsec Void Text (PrimExp v) Source #

Parse a PrimExp given a leaf parser.

pPrimValue :: Parsec Void Text PrimValue Source #

Defined in this module for convenience.

Module reexport