free-compiler-0.3.0.0: A Haskell to Coq compiler.

Safe HaskellNone
LanguageHaskell2010

FreeC.Backend.Coq.Converter.Expr

Description

This module contains functions for converting Haskell expressions to Coq.

Synopsis

Documentation

convertLiftedExpr :: Expr -> Converter Term Source #

Converts a lifted IR expression to a Coq term.

convertExpr :: Expr -> Converter Term Source #

Converts a Haskell expression to Coq.