Haskell syntax "Functor [::]"

I met an instance of Functor [::] here , but I do not understand the syntax and did not find it anywhere in the code. What does the documentation say?

+7
source share
1 answer

This is an instance for Parallel Haskell datasets .

+6
source

All Articles