Skip to content

Instantly share code, notes, and snippets.

@fmap
Created November 15, 2015 08:17
Show Gist options
  • Save fmap/e6cf2aba5138a417babe to your computer and use it in GitHub Desktop.
Save fmap/e6cf2aba5138a417babe to your computer and use it in GitHub Desktop.
{-# LANGUAGE DataKinds #-}
import Data.Proxy (Proxy(Proxy))
import GHC.TypeLits (symbolVal)
main = putStrLn $ symbolVal (Proxy :: Proxy "Hello, world!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment