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