Put the state-token argument on fill, done, adjust on the RHS
authorsimonpj@microsoft.com <unknown>
Mon, 13 Sep 2010 10:18:32 +0000 (10:18 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 13 Sep 2010 10:18:32 +0000 (10:18 +0000)
commit87c689948cdbf75570ec2c6b00b982ddd5c67573
tree81f190aa50eb39cddf838cfcf29a5643e954c52f
parent81b217b104feb963e00537a51e6b3dfee8163b86
Put the state-token argument on fill, done, adjust on the RHS

This is so that the functions will inline when
applied to their normal (non-state-token) aguments.

I forget why I did this, but it seems like the right thing anyway.
GHC/Arr.lhs