class Dry::Schema::Macros::Maybe

def to_ast

Other tags:
    Api: - private
def to_ast
  [:implication,
   [
     [:not, [:predicate, [:nil?, [[:input, Undefined]]]]],
     trace.to_rule.to_ast
   ]]
end