forked from GitHub/gf-core
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
abstract Ticket = {
|
|
|
|
flags startcat = Request ;
|
|
cat
|
|
Request ; Station ;
|
|
fun
|
|
Ticket : Station -> Station -> Request ;
|
|
Hamburg, Paris : Station ;
|
|
|
|
}
|