dadt ~master (2022-05-25T18:57:29.2844239)
Dub
Repo
code
dadt
example
Undocumented in source.
enum
code
=
` type Option(T) = | Some of T | None [@@deriving show, ord, eq]; `
;
Meta
Source
See Source File
dadt
example
functions
bind
indent
isEitherRight
main
test
testForBinaryTree
testForEither
testForOption
then
toString
manifest constants
code
code1
codeEither