Skip to content

Instantly share code, notes, and snippets.

@kztk-m
Created October 2, 2019 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kztk-m/2c270d8bd1294475de9940a2f39a4347 to your computer and use it in GitHub Desktop.
Save kztk-m/2c270d8bd1294475de9940a2f39a4347 to your computer and use it in GitHub Desktop.
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE Strict #-}
import Debug.Trace
h :: forall a. a -> ()
h a =
let f :: Show a => ()
f = trace "Hi" $ traceShow a ()
in ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment