Giter Site home page Giter Site logo

gitter-badger / redtt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from redprl/redtt

0.0 2.0 0.0 3.09 MB

"Between the darkness and the dawn, a red cube rises!": a proof assistant for cartesian cubical type theory

License: Apache License 2.0

Makefile 0.10% OCaml 77.09% Red 20.48% Vim Script 0.90% Standard ML 0.33% Shell 0.02% Emacs Lisp 1.07%

redtt's Introduction

redtt is a core language for cartesian cubical type theory with extension types. We plan to build an extensible interactive proof assistant around it, using ideas from proof assistants like RedPRL, Epigram, and Idris.

Related work: yacctt, RedPRL and cubicaltt.

Feature Summary

redtt is not yet documented; we have the following interesting features:

  • path types definable in terms of more general extension types, which specify the boundary of an n-cube all at once

  • source language with implicit arguments based on a cubical version of higher-order unification

  • predicative hierarchy of cumulative, univalent universes

  • level "polymorphic" definitions achieved using McBride's "Crude But Effective Stratification" (in which each thing is defined at the lowest level possible, and then hoisted upward when needed)

  • two-level type theory in the style of RedPRL: currently we have only pretypes and (kan) types. Once we design a suitable account of exact equality types in the cubical setting, we will add these, and they will live side-by-side with path types as they did in RedPRL.

  • user-defined (parametric) higher inductive types (indexed HITs not yet supported) based on the work of Evan Cavallo and Bob Harper.

  • RedML, a (very) rudimentary tactic language

Features we intend to add in the near future:

  • namespacing

  • indexed higher inductive types

  • a type system for RedML

  • algebraic effects and handlers for RedML

The redtt mathematical library

See library/README.md.

Contributing Guidelines

Help is welcome and desired! Please see the open tickets and especially our Roadmap. Currently, we are trying to limit the dependencies of this code; when something is available as a package, but can easily be coded locally, we prefer the latter.

We also want to avoid using things like syntax extensions/ppxs, though we may end up using one of these for the lexer at one point.

Installing

Prerequisites

prerequisite version how to install
OPAM >= 2.0.5 manually or via package manager

If this is your first time configuring OPAM, please run opam init; this will automatically install OCaml. If you are using a version of OCaml other than 4.09.0, you must run opam switch 4.09.0.

Other recommended packages

We recommend installing merlin and ocp-indent using opam; the easiest way to edit OCaml code out of the box is to install Visual Studio Code along with the OCaml and Reason IDE package by Darin Morrison.

Installing Dependencies

$ git clone https://github.com/RedPRL/redtt
$ cd redtt
$ opam update
$ opam pin add -y redtt . # the first time you build
$ opam upgrade            # after packages change

If you have previously built redtt but some of our dependencies have changed in the meanwhile, opam upgrade might fail. In this case, please first run opam uninstall redtt and then run opam upgrade.

Building

$ make

Toplevel

Requires utop (see prerequisites).

$ make top

Library

$ make library

What's the relationship to RedPRL?

The goal of the RedPRL Development Team is to study implementation techniques for higher dimensional type theory, and determine which ideas lead to the most convenient and ergonomic system for developing both higher dimensional mathematics and higher dimensional programming. To this end, our first experiment was the RedPRL Proof Assistant; our second experiment is the redtt proof assistant, which synthesizes what we learned from the experience of building RedPRL and using it to formalize mathematics.

Acknowledgments

This research was sponsored by the Air Force Office of Scientific Research under grant number FA9550-15-1-0053 and the National Science Foundation under grant number DMS-1638352. We also thank the Logic and Semantics Group at Aarhus University for their hospitality in during the summer of 2018, during which part of this work was undertaken. The views and conclusions contained here are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of any sponsoring institution, government or any other entity.

redtt's People

Contributors

cangiuli avatar clayrat avatar ecavallo avatar favonia avatar freebroccolo avatar ivoysey avatar jonsterling avatar jozefg avatar kaonn avatar robertharper avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.