test
authorAnders Mörtberg <andersmortberg@gmail.com>
Fri, 21 Oct 2016 19:49:32 +0000 (15:49 -0400)
committerAnders Mörtberg <andersmortberg@gmail.com>
Fri, 21 Oct 2016 19:49:32 +0000 (15:49 -0400)
examples/README.md

index c59825a43b78d57ffc10cb2a9fa68c830bd10bff..b3ac2df2ad11188bef4ac8975330ca9ed86b68be 100644 (file)
@@ -4,10 +4,10 @@ Cubical Type Theory: examples
 This folder contains a lot of examples implemented using
 cubicaltt. The files contain:
 
-binnat.ctt - Binary natural numbers and isomorphism to unary
-             numbers. Example of data and program refinement by doing
-             a proof for unary numbers by computation with binary
-             numbers.
+binnat.ctt - Binary natural numbers and isomorphism to unary
+               numbers. Example of data and program refinement by
+               doing a proof for unary numbers by computation with
+               binary numbers.
 
 bool.ctt - Booleans. Proof that bool = bool by negation and various
            other simple examples.