Skip to content
forked from molikto/mlang

Towards changing things and see if it proofs

Notifications You must be signed in to change notification settings

gitter-badger/mlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlang

  • when you are not sure, implement the one that is 1. easy to implement 2. restricted 3. enough for now

  • roadmap

    • totally unsafe basics
      • basic syntax and parser
      • eta rule
    • coverage checker
      • overlapping patterns
    • mutual recursive functions
    • user defined eliminations
    • HTML pretty print
    • naming shadowing
    • evaluator control
      • error reporting
    • record calculus
    • recursive types
      • inductive families of two flavor
      • hit
      • inductive-inductive
      • inductive-recursive
    • cubical features
    • termination checking
    • implicit arguments
    • implicit conversions
    • structural editor
      • modules and compile unit
    • universe polymorphism
    • coinductive types

math

misc

  • translate to Agda to do correctness checking

About

Towards changing things and see if it proofs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.4%
  • Other 0.6%