Small syntax fixes

This commit is contained in:
William J. Bowman 2016-01-19 11:20:19 -05:00
parent 22404dfe98
commit 3af3d8dbe9
No known key found for this signature in database
GPG Key ID: DDD48D26958F0D1A

View File

@ -26,8 +26,6 @@
(define (coq-lift-top-level str)
(coq-defns (format "~a~a~n" (coq-defns) str)))
;; TODO: OOps, type-infer doesn't return a cur term but a redex syntax bla
;; TODO: Think the above TODO was fixed; consult git log
(define (constructor-args syn)
(syntax-parse (type-infer/syn syn)
#:datum-literals (Π :)
@ -138,9 +136,7 @@
(displayln
"\\newcommand{\\bnfdef}{{\\bf ::=}}")
(displayln
"\\newcommand{\\bnfalt}{{\\bf \\mid}}"))
)
"\\newcommand{\\bnfalt}{{\\bf \\mid}}")))
;; ------------------------------------
;; define-relation