Skip to content

Commit

Permalink
Remove Mention of hom-cod
Browse files Browse the repository at this point in the history
Removes mention of the removed hom-cod function in order to allow docs
to load properly.
  • Loading branch information
agureev authored and mariari committed Jul 12, 2023
1 parent c609edf commit b6057fc
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 @@ -56,7 +56,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 @@ -16,7 +16,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 b6057fc

Please sign in to comment.