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

Safe HaskellNone
LanguageHaskell2010

FreeC.Backend.Agda.Converter.TypeDecl

Description

This module contains functions for converting type synonym and data type declarations and their constructors.

Synopsis

Documentation

convertTypeDecls :: DependencyComponent TypeDecl -> Converter [Declaration] Source #

Converts a strongly connected component of the type dependency graph. TODO: handle mutual recursive types