4 lines
55 B
Text
4 lines
55 B
Text
|
type t = T
|
||
|
|
||
|
let t : t = match (T<>) { (x : int) -> x }
|