option monad, and some design changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
open FromStdlib
|
||||
open Types
|
||||
open Exposed
|
||||
|
||||
let combine (tr1 : 'a tree) (tr2 : 'a tree) (topBranch : 'a) : 'a tree =
|
||||
Branch (topBranch, tr1 :: tr2 :: [])
|
||||
|
||||
Reference in New Issue
Block a user