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