deftype Ok value: Any, as: -> defstatic new value: Any, as: -> Ok { value: value } end end