hyper-literate/comments/typed-syntax.rkt
Georges Dupéron 3b59681010 Provide stuff
2017-01-10 23:04:17 +01:00

21 lines
474 B
Racket

#lang typed/racket
(provide isexp?
try-any->isexp
any->isexp+non-sexp
CoreSexp
ISyntaxOf
ISyntaxOf-E
ISyntax
ISyntax-E
NonSyntaxOf
NonSexpOf
any->isyntax ;; TODO: make wrappers for these, which discard the second value
syntax->isyntax
any->isyntax-e)
(require "typed-syntax-convert.rkt"
"typed-syntax-convert2.rkt"
"typed-syntax-predicate.rkt")