forked from GitHub/gf-core
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
cat S;
|
|
fun f : S;
|
|
|
|
lin f = { s = variants {"a"; "b"} ++ variants {"c"; "d"} ++ variants {"e"; "f"} ++ variants { "g";"h";} } ; |