copilot-core-3.8: An intermediate representation for Copilot.
Safe HaskellTrustworthy
LanguageHaskell2010

Copilot.Core.External

Description

Internal Copilot Core representation of Copilot externs.

Synopsis

Documentation

data ExtVar Source #

An extern variable declaration, together with the type of the underlying extern.

Constructors

ExtVar 

externVars :: Spec -> [ExtVar] Source #

List of all externs used in a specification.