fork download
  1. {-# LANGUAGE Strict #-}
  2. {-# OPTIONS_GHC -fmax-simplifier-iterations=0 #-}
  3. {-# OPTIONS_GHC -O0 #-}
  4.  
  5. main = const (pure ()) (error "strict indeed")
Success #stdin #stdout 0.01s 5296KB
stdin
Standard input is empty
stdout
Standard output is empty