dadt ~master (2022-05-25T18:57:29.2844239)
Dub
Repo
code1
dadt
example
Undocumented in source.
enum
code1
=
` type Tree(T) = | Node of Tree!(T) * Tree!(T) | Leaf of T `
;
Meta
Source
See Source File
dadt
example
functions
bind
indent
isEitherRight
main
test
testForBinaryTree
testForEither
testForOption
then
toString
manifest constants
code
code1
codeEither