Skip to content

Commit 886c96d

Browse files
committed
slightly less thin wrapper to avoid curses
1 parent ab44129 commit 886c96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cat/Solver.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ module _ {o h} (C : Precategory o h) {x y : ⌞ C ⌟} {h1 h2 : C .Precategory.H
194194
cat-wrapper {p = p} = p
195195
196196
macro
197-
cat! : Term → TC ⊤
198-
cat! = flip unify (def (quote cat-wrapper) [])
197+
cat! : Term → Term → TC ⊤
198+
cat! c = flip unify (def (quote cat-wrapper) (c v∷ []))
199199
```
200200
-->
201201

0 commit comments

Comments
 (0)