mote icon indicating copy to clipboard operation
mote copied to clipboard

Goal types aren't correctly quantified (or if they are it isn't displayed)

Open imeckler opened this issue 9 years ago • 0 comments

Consider

shift :: Num a => [a] -> [a]
shift = map _

The goal type is displayed as a -> a when it is really Num a => a -> a. This makes, e.g., MoteRefine (+ 1) not work.

imeckler avatar Apr 28 '15 19:04 imeckler