Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/rules/rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module MakeWLP(S : Sat.S) = struct
* These also shouldn't be matched like this, but that will
* need to be part of the above fix.
*)
let Cls cname = W.synthtype (A.Var z) in
let A.Cls cname = W.synthtype (A.Var z) in
let Some c = Hashtbl.find W.clsctx (A.name cname) in
let Some methd =
List.find ~f:(fun mth -> A.matchIdent m mth.A.name) c.A.methods
Expand Down