Skip to content

chshersh/pragmatic-category-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pragmatic Category Theory

Pragmatic Category Theory for Beginners in OCaml with lots of real-world examples. It's a series of text articles and videos. This repository contains code that powers the content.

Important

The series is currently in progress.

Part Article Video
Part 1: Semigroup Intro Article -
Part 2: Composing Semigroups Article -
Part 3: Associativity Article -

Development

Initialise the project when building for the first time:

opam switch create .
opam install --deps-only --with-test .

Build the project:

dune build

Run tests:

dune runtest

Install dev dependencies:

opam install utop ocamlformat ocaml-lsp-server dune

About

Pragmatic Category Theory for Beginners in OCaml with lots of real-world examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors