Exporting type=? and type-subset? type predicates.

This commit is contained in:
Alex Shinn 2015-01-05 22:27:07 -05:00
parent 94002d2134
commit 2ffef7957d

View file

@ -1,6 +1,7 @@
(define-library (chibi type-inference)
(export type-analyze-module type-analyze procedure-signature)
(export type-analyze-module type-analyze procedure-signature
type=? type-subset?)
(import (chibi) (srfi 1) (srfi 38) (srfi 69)
(chibi modules) (chibi ast) (chibi match))
(include "type-inference.scm"))