unison/unison-src/tests/compose-inference.u
Paul Chiusano 53d735d84a fix to instantiateL/R which was completely forgetting to instantiate effects
This appears to have been masking another error with effect inference in map-reduce.u, which is now failing with an ability check again
2018-08-31 13:36:48 -04:00

5 lines
39 B
Plaintext

f `compose` g = x -> f (g x)
compose