pub type CompileResult = (CoreExpr, DataConTable, MetaWarnings);Expand description
Result of successful Haskell compilation: a Core expression, DataCon metadata, and warnings.
pub type CompileResult = (CoreExpr, DataConTable, MetaWarnings);Result of successful Haskell compilation: a Core expression, DataCon metadata, and warnings.