typeName

Run Settings
LanguageHaskell
Language Version
Run Command
{-# LANGUAGE AllowAmbiguousTypes, TypeApplications, ScopedTypeVariables #-} import Data.Typeable typeName :: forall a. Typeable a => String typeName = show . typeRep $ Proxy @a type T = Maybe Int main = putStrLn $ typeName @T
Editor Settings
Theme
Key bindings
Full width
Lines