option monad, and some design changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
open Types
|
||||
open Exposed
|
||||
|
||||
(** Adds an element to the back of the queue, returning the new queue. Runs in O(1). *)
|
||||
val enqueue : 'a -> 'a queue -> 'a queue
|
||||
|
||||
Reference in New Issue
Block a user