copilot-core-0.2.4: An intermediate representation for Copilot.

Safe HaskellSafe

Copilot.Core.Locals

Description

Let expressions.

Documentation

data Loc Source

Constructors

forall a . Loc 

Fields

localName :: Name
 
localType :: Type a
 

Instances