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

Safe HaskellSafe
LanguageHaskell2010

FreeC.Backend.Coq.Keywords

Description

This module exports lists for keywords of the Gallina specification language and Vernacular commands.

Synopsis

Documentation

coqKeywords :: [String] Source #

Keywords of the Gallina specification language.

This list has been taken from the Coq documentation https://coq.inria.fr/refman/language/gallina-specification-language.html.

vernacularCommands :: [String] Source #

Identifiers that should not be used in Coq, because they are used in a command of The Vernacular.

This list contains all words of the commands listed in https://coq.inria.fr/refman/coq-cmdindex.html.