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

[project @ 2000-03-24 17:49:29 by simonpj]

a) Small wibbles to do with inlining and floating

b) Implement Ralf's request, so that one can write

	type F = forall a. a -> a

	f :: Int -> F
	f = ...

   The for-alls inside F are hoisted out to the top of
   the type signature for f.  This applies uniformly to
   all user-written types
parent aa51f1a4
No related merge requests found
Showing
with 141 additions and 78 deletions
Loading
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