diff options
| author | glondu | 2010-09-15 11:49:09 +0000 |
|---|---|---|
| committer | glondu | 2010-09-15 11:49:09 +0000 |
| commit | 634f48b6aa80fc2334defe6532d6fb263279edd3 (patch) | |
| tree | e887590e5f399365f2396c65d67258d46ef82c88 /plugins | |
| parent | c9a9752c76bfb592d775a7fdb9ebe4702ff1aaef (diff) | |
Fix likely semantic typos
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13417 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/extraction/haskell.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/haskell.ml b/plugins/extraction/haskell.ml index 1d698d1297..3048db4b72 100644 --- a/plugins/extraction/haskell.ml +++ b/plugins/extraction/haskell.ml @@ -295,7 +295,7 @@ let pp_decl = function try let ids,s = find_type_custom r in prlist (fun id -> str (id^" ")) ids ++ str "=" ++ spc () ++ str s - with not_found -> + with Not_found -> prlist (fun id -> pr_id id ++ str " ") l ++ if t = Taxiom then str "= () -- AXIOM TO BE REALIZED\n" else str "=" ++ spc () ++ pp_type false l t |
