Home

Awesome

A programming language for topology and probability in Coq.

Building

This project is aimed at Coq version 8.6. To build, run make at the base level of the project directory.

Files

Spec/

The "specification" for the continuous programming language, stated in terms of categories.

FormTopC/

Computationally relevant definitions of formal topology and some constructions.

Numbers/

Algebra/

Base directory

Types/

Facts about types. In particular, facts about isomorphisms/equivalences of types, and characterization of finite types.

FormTop/ (Old)

Definitions of formal topology, but computationally relevant parts were hidden in Prop.

Old