Skip to content

Commit

Permalink
[fix] compiler, database, mongo: Bad type annotation on optional access
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Dec 5, 2012
1 parent 9c6c50b commit 2bbb062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/opa/pass_MongoAccessGeneration.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ module Generator = struct
in
OpaMapToIdent.typed_val ~label ~ty:[dataty] set_to_uniq annotmap gamma in
apply_postmap gamma kind dataty postmap
(C.apply ~ty gamma annotmap set_to_uniq [set])
(C.apply gamma annotmap set_to_uniq [set])
| DbSchema.Map (_keyty, _), true ->
let (annotmap, map_to_uniq) =
let map_to_uniq = match kind with
Expand Down

0 comments on commit 2bbb062

Please sign in to comment.