idris-1.3.4: Functional Programming Language with Dependent Types
LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellSafe-Inferred
LanguageHaskell2010

IRTS.JavaScript.Codegen

Description

 
Synopsis

Documentation

data CGConf Source #

Constructors

CGConf 

Fields

data CGStats Source #

Code generation stats hold information about the generated user code. Based on that information we add additional code to make things work.

Constructors

CGStats 

Instances

Instances details
Monoid CGStats Source # 
Instance details

Defined in IRTS.JavaScript.Codegen

Semigroup CGStats Source # 
Instance details

Defined in IRTS.JavaScript.Codegen

Methods

(<>) :: CGStats -> CGStats -> CGStats

sconcat :: NonEmpty CGStats -> CGStats

stimes :: Integral b => b -> CGStats -> CGStats