Deriving push
for function types should be possible, but even with a wrapped data type is broken.
#232
Labels
push
for function types should be possible, but even with a wrapped data type is broken.
#232
We would like to be able to do
to get the function
(a -> b)[r] -> a [r] -> b [r]
but this currently does not parse. When investigating I tried to make a wrapper:but
push @ Fun
gives:The text was updated successfully, but these errors were encountered: