pursuit icon indicating copy to clipboard operation
pursuit copied to clipboard

Build-in knowledge of some type synonyms / operators?

Open hdgarrood opened this issue 7 years ago • 0 comments

For example, people might not know that the type of Data.Array.fromFoldable is forall f a. Foldable f => f ~> Array; this means that the query f a -> Array a does not pick it up. One way to address this could be to build in knowledge of some basic type operators like ~>.

hdgarrood avatar Dec 28 '17 18:12 hdgarrood