Skip to content

mwpb/idrisCT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdrisCT

A collection of type definitions for formal proofs in category theory.

Getting Started

Prerequisites

A working installation of Idris. Instructions can be found in the Idris documentation.

Installing

For global installation use:

idris --install idrisCT.ipkg

from the root directory of the repo. For local installation simply copy the file Categories.idr into the root of your project (and add it to yourProject.ipkg if using the Atom editor for instance).

In either case include in your .idr file using

import Categories

shortly after declaring your module. (The file Test/TestCategories.idr is a simple example.)

Usage examples

Some initial examples:

Running the tests

At the moment just compile the files in the Test directory.

Built with

About

Category Theory Definitions in Idris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages