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