aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/tact/folds.scm
blob: adade3f1c692b1283d6d157bfa0c34ce1fd9329d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  ; import …
  (import)+
  ; (…, …)
  (parameter_list)
  (argument_list)
  ; {…, …}
  (instance_argument_list)
  (destruct_bind_list)
  ; {…; …}
  (message_body)
  (struct_body)
  (contract_body)
  (trait_body)
  (function_body)
  (block_statement)
  (asm_function_body)
  ; <{ … }>
  (asm_sequence)
] @fold