Skip to content
Snippets Groups Projects
Commit 3b932cc0 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Add a blank line

parent 0bbc2ac6
No related merge requests found
......@@ -111,6 +111,7 @@ typeArity ty
| Just (arg,res) <- splitFunTy_maybe ty
= typeOneShot arg : go rec_nts res
| Just (tc,tys) <- splitTyConApp_maybe ty
, Just (ty', _) <- instNewTyCon_maybe tc tys
, Just rec_nts' <- checkRecTc rec_nts tc -- See Note [Expanding newtypes]
......
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