why3doc index index


theory Sum

  type sum 'a 'b =
    | Left 'a
    | Right 'b

end


Generated by why3doc 1.7.0