File: DbgStub.hi

package info (click to toggle)
nhc98 1.16-15
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 62,544 kB
  • ctags: 103,012
  • sloc: ansic: 831,077; haskell: 60,111; java: 4,116; makefile: 3,045; sh: 2,183; cpp: 212
file content (9 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
interface DbgIface where {

interface ! DbgIface
{-# NEED blackhole #-}
blackhole{-# 0 #-}::Prelude.String;

{-# NEED fatal #-}
fatal{-# 2 #-}::(a -> (Prelude.String -> a));
}