mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-17 12:18:46 +00:00
Switched to the new GT
This commit is contained in:
parent
72c963f60f
commit
1ac302ac46
2 changed files with 8 additions and 7 deletions
|
|
@ -285,8 +285,8 @@ module Stmt =
|
|||
| x:IDENT {Ident x}
|
||||
)
|
||||
|
||||
let vars p =
|
||||
transform(t) (object inherit [string list] @t[foldl] method c_Ident s _ name = name::s end) [] p
|
||||
let vars p = fix0 (fun f ->
|
||||
transform(t) (object inherit [string list, _] @t[foldl] f method c_Ident s name = name::s end)) [] p
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue