3 lines
51 B
Text
3 lines
51 B
Text
type t = T
|
|
|
|
let t : t = match (T<>) { U<> -> T<> }
|
type t = T
|
|
|
|
let t : t = match (T<>) { U<> -> T<> }
|