diff options
Diffstat (limited to 'plugins/extraction/haskell.ml')
| -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 ce9fab735f..e03c7313af 100644 --- a/plugins/extraction/haskell.ml +++ b/plugins/extraction/haskell.ml @@ -326,7 +326,7 @@ and pp_module_expr = function let pp_struct = let pp_sel (mp,sel) = - push_visible mp; + push_visible mp []; let p = prlist_strict pp_structure_elem sel in pop_visible (); p in |
