better names on solutions

This commit is contained in:
2024-11-14 16:28:40 -08:00
parent a186c15477
commit 60abe813dc
4 changed files with 15 additions and 7 deletions

View File

@@ -2,6 +2,9 @@ module Combinatory
-- "A correct-by-construction conversion from lambda calculus to combinatory logic", Wouter Swierstra
-- This does not fully typecheck in newt yet, but is adopted from a working Idris file. It
-- seems to do a good job exposing bugs.
data Unit : U where
MkUnit : Unit