Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.46 KB

File metadata and controls

28 lines (18 loc) · 1.46 KB

Formal Specification

See [automated-testing]

  • Constraint Programming

    • Under constraint program, your “program” is a model involving constraints, which is to be processed by a solver searching for solution or a set of solutions to the model.

  • Deduce

    • A proof checker meant for education
    • Teaching correctness proofs of functional programs to students.