commit 83c9e7c122026d94fed76606b426d12ea392ddba parent cb36097f8d7cb9bd86f2d371a7acd71ebf06d2e0 Author: Stephen Chang <stchang@ccs.neu.edu> Date: Thu, 6 Oct 2016 14:26:09 -0400 remove todos in okasaki Diffstat:
| M | turnstile/examples/tests/mlish/bg/okasaki.mlish | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/turnstile/examples/tests/mlish/bg/okasaki.mlish b/turnstile/examples/tests/mlish/bg/okasaki.mlish @@ -1,11 +1,6 @@ #lang s-exp "../../../mlish.rkt" (require "../../rackunit-typechecking.rkt") -;; TODO -;; - cannot inst polymorphic function `bq-empty` -;; - cannot inst `(BQ (Nil {A}) (Nil {A}))` -;; - cannot use bq-snoc directly in a foldl (need wrapper λ) - ;; ----------------------------------------------------------------------------- (define-type (Option A)