Mill Computing, Inc. › Forums › The Mill › Architecture › Metadata › Reply To: Metadata
Maybe a = Just a | Nothing
instead it’sBelt a = Just a | Nothing | Error
and binding givesError
precedence overNothing
Small clarification, Ivan to correct me if I’m wrong, but my understanding is that None
has precedence over NaR
; a NaR
and None
is None
.