Skip to content
Snippets Groups Projects
Commit 8fe6c1ec authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-10-04 16:47:39 by simonmar]

Turn off generics for the nightly build; I'll add a flag to disable it
selectively tomorrow.
parent aea8d161
No related merge requests found
......@@ -231,7 +231,7 @@ mkTyConGenInfo :: TyCon -> Name -> Name -> Maybe (EP Id)
-- for the fromT and toT conversion functions.
mkTyConGenInfo tycon from_name to_name
| not opt_GlasgowExts
| True -- not opt_GlasgowExts
= Nothing
| null datacons -- Abstractly imported types don't have
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment