'Fixed' some documentation issues caused #31

While the documentation renders correctly, only because imports are
hidden in the sandbox.
This commit is contained in:
William J. Bowman 2016-01-09 14:37:20 -05:00
parent 35f12827fe
commit 647229a577
No known key found for this signature in database
GPG Key ID: DDD48D26958F0D1A

View File

@ -14,7 +14,7 @@ For a very understandable in-depth look at TT, see chapter 2 of
"Practical Implementation of a Dependently Typed Functional Programming Language"], by
Edwin C. Brady.
@(define curnel-eval (curnel-sandbox ""))
@(define curnel-eval (curnel-sandbox "(require cur/stdlib/nat cur/stdlib/bool cur/stdlib/prop)"))
@defform*[((Type n)
Type)]{