Skip to content

Commit 34f026a

Browse files
committed
up
1 parent a4d7255 commit 34f026a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lang/exp/BlockStmt.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { Span } from "../span"
22
import { Exp } from "./Exp"
33

4-
export type BlockStmt = Change
4+
export type BlockStmt = Connect
55

6-
export type Change = {
6+
export type Connect = {
77
"@type": "BlockStmt"
8-
"@kind": "Change"
8+
"@kind": "Connect"
99
transition: Exp
1010
inputArgs: Array<Exp>
1111
outputArgs: Array<Exp>

0 commit comments

Comments
 (0)