copilot-core-3.2: An intermediate representation for Copilot.
Safe HaskellSafe
LanguageHaskell2010

Copilot.Core.Interpret.Eval

Description

A tagless interpreter for Copilot specifications.

Documentation

type Env nm = [(nm, Dynamic)] Source #

data ExecTrace Source #

Constructors

ExecTrace 

Instances

Instances details
Show ExecTrace Source # 
Instance details

Defined in Copilot.Core.Interpret.Eval