remove todos in okasaki

This commit is contained in:
Stephen Chang 2016-10-06 14:26:09 -04:00
parent cb36097f8d
commit 83c9e7c122

View File

@ -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)