Sam's patch PR#226
This commit is contained in:
parent
d1ea15e4f9
commit
fea990de2d
|
@ -88,6 +88,7 @@ function tag<a, b>(x: a, y: b): tagged<a, b> {
|
||||||
export type squiggleExpression =
|
export type squiggleExpression =
|
||||||
| tagged<"symbol", string>
|
| tagged<"symbol", string>
|
||||||
| tagged<"string", string>
|
| tagged<"string", string>
|
||||||
|
| tagged<"call", string>
|
||||||
| tagged<"array", squiggleExpression[]>
|
| tagged<"array", squiggleExpression[]>
|
||||||
| tagged<"boolean", boolean>
|
| tagged<"boolean", boolean>
|
||||||
| tagged<"distribution", Distribution>
|
| tagged<"distribution", Distribution>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user