Skip to content

Commit

Permalink
[fix] stdlib, mongo: unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Feb 24, 2012
1 parent 1b39c01 commit 8e30b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/apis/mongo/bson.opa
Expand Up @@ -661,7 +661,7 @@ Bson = {{
| {some = lty} -> {TyName_args=[lty.f2]; TyName_ident="list"}
| {none} -> ty
else ty
| ~{failure} -> ty
| {failure=_} -> ty
nty
check_list(ty, f, f2) =
Expand Down

0 comments on commit 8e30b1e

Please sign in to comment.