Skip to content

GHCi 9.8 includes solved class contraints when printing `:type`

-- 9.6
λ> :type show @Int
show @Int :: Int -> String
-- 9.8
λ> :type show @Int
show @Int :: Show Int => Int -> String
Edited by Zubin
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information