BNFC-2.9.6.2: A compiler front-end generator.
Safe HaskellSafe-Inferred
LanguageHaskell2010

BNFC.Backend.HaskellGADT.HaskellGADTCommon

Synopsis

Documentation

data Constructor Source #

Constructors

Constructor 

Fields

cf2cons :: CF -> [Constructor] Source #

Get category, function, and rhs categories paired with variable names.

isTreeType :: CF -> Cat -> Bool Source #