Add type for `compose'

original commit: 24bddafa82e28a3eee675c1ad99ae1dcde59d46a
This commit is contained in:
Sam Tobin-Hochstadt 2010-10-14 11:44:00 -04:00
parent 759a3707c8
commit f0fad4383a

View File

@ -15,6 +15,7 @@
(only-in '#%kernel [apply kernel:apply])
(only-in racket/private/pre-base new-apply-proc)
scheme/promise scheme/system
racket/function
racket/mpair
racket/base
(only-in string-constants/private/only-once maybe-print-message)
@ -1020,3 +1021,5 @@
[module-compiled-language-info
(-> -Compiled-Module-Expression
(-opt (make-HeterogenousVector (list -Module-Path -Symbol Univ))))]
[compose (-poly (a b c) (-> (-> b c) (-> a b) (-> a c)))]