ref: cc8c4835a485d7568d7e8f1187f4092dba91255e dir: /test/generictype.myr/
type option(@a) = union `Some @a `None ;; const main = { var v v = `Some 123 match v `None: -> 1;; `Some 123: -> 0;; ;; -> 60 }