Skip to content

Commit

Permalink
Removed some shit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejbauer committed Nov 7, 2012
1 parent 8a0ef44 commit 6f68199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer.ml
Expand Up @@ -5,7 +5,7 @@ let rec normalize ctx = function
| Var x ->
(match
(try Ctx.lookup_value x ctx
with Not_found -> Error.runtime "shit, unkown identifier %t" (Print.variable x))
with Not_found -> Error.runtime "unkown identifier %t" (Print.variable x))
with
| None -> Var x
| Some e -> normalize ctx e)
Expand Down

0 comments on commit 6f68199

Please sign in to comment.