Skip to content

wilbowma/scribble-coq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scribble/coq

A small Scribble library for type setting Coq code and coqtop interactions.

I have not thoroughly tested this.

Example

See example.scrbl

Run scribble, with multiple backends.

scribble --pdf example.scrbl scribble --html example.scrbl

See pretty code!

Install

raco pkg install scribble-coq

Requires scribble-minted.

You must have pygmentize and coqtop installed and in your PATH.

Caveats

When using coq-example uses a very primitive not-parser to figure out how many commands to send to coqtop. Every vernacular command must be "." followed by either a newline the end of the string.

About

Because why wouldn't you want to typeset Coq in Scribble?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages