Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/artem/hom-cod-docs-remove'
Browse files Browse the repository at this point in the history
  • Loading branch information
mariari committed Jul 12, 2023
2 parents 6b44d56 + b6057fc commit 412f905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lambda/lambda.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ while
(ann-term1 (list so1 (so-hom-obj so1 so1)) (app (index 1) (list (index 0))))
```
produces an error trying to use [HOM-COD]. This warning applies to other
produces an error trying to use. This warning applies to other
functions taking in context and terms below as well.
Moreover, note that for terms whose typing needs addition of new context
Expand Down
1 change: 0 additions & 1 deletion src/lambda/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"This covers the main API for the STLC module"

(ann-term1 pax:generic-function)
(hom-cod pax:function)
(index-check pax:function)
(fun-to-hom pax:function)
(ann-term2 pax:function)
Expand Down

0 comments on commit 412f905

Please sign in to comment.