Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
if expr0 then
|
||||
expr1
|
||||
else
|
||||
expr2
|
||||
|
|
@ -0,0 +1 @@
|
|||
expr0(expr1, expr2, expr3)
|
||||
|
|
@ -0,0 +1 @@
|
|||
2(expr1, expr2, expr3)
|
||||
|
|
@ -0,0 +1 @@
|
|||
f(expr1)(g(expr2)(expr3,expr4,expr5))
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
case expr0 of {
|
||||
expr1 : expr2
|
||||
expr3 : expr4
|
||||
default: expr5
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
case x of {
|
||||
f(x) | g(x) : expr2
|
||||
s(x) & t(x) : expr4
|
||||
default: expr5
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
expr1
|
||||
expr2
|
||||
expr3
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{expr1; expr2; expr3}
|
||||
|
|
@ -0,0 +1 @@
|
|||
write({1;2;3;4})
|
||||
|
|
@ -0,0 +1 @@
|
|||
expr1 | expr2 | expr3
|
||||
|
|
@ -0,0 +1 @@
|
|||
expr1 & expr2 & expr3
|
||||
|
|
@ -0,0 +1 @@
|
|||
(expr1, expr2, expr3)
|
||||
Loading…
Add table
Add a link
Reference in a new issue