restructure + lecutre 07
This commit is contained in:
96 files changed
+458
-4
No files matched your search
@@ -0,0 +1,2 @@
|
||||
(* bstree with records *)
|
||||
type 'a t = L | N of {v: 'a; l: 'a t; r: 'a t};;
|
||||
Reference in new issue
Block a user