mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-18 04:38:46 +00:00
Fix for a new GT\#ppx
This commit is contained in:
parent
ea4753556e
commit
15a827104e
2 changed files with 16 additions and 17 deletions
|
|
@ -318,9 +318,8 @@ module Stmt =
|
|||
| "#" %"sexp" {SexpTag}
|
||||
| "#" %"array" {ArrayTag}
|
||||
)
|
||||
|
||||
let vars p = fix0 (fun f ->
|
||||
transform(t) (object inherit [string list, _] @t[foldl] f method c_Named s name p = name :: f s p end)) [] p
|
||||
|
||||
let vars p = transform(t) (fun f -> object inherit [string list, _] @t[foldl] f method c_Named s _ name p = name :: f s p end) [] p
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue