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

Safe HaskellTrustworthy
LanguageHaskell2010

Copilot.Core.Locals

Description

Let expressions.

Documentation

data Loc Source

Constructors

forall a . Loc 

Fields

localName :: Name
 
localType :: Type a
 

Instances