summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/Meltdown.stderr
blob: 8e14ffd0af52a5f3bbb494f42815e1d993b480d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TYPE SIGNATURES
  isMeltdown :: forall param1 param2. NukeMonad param1 param2 Bool
  unlessMeltdown ::
    forall param1 param2.
    NukeMonad param1 param2 () -> NukeMonad param1 param2 ()
TYPE CONSTRUCTORS
  data type NukeMonad{3} :: * -> * -> * -> *
    roles phantom phantom phantom
CLASS INSTANCES
  instance Functor (NukeMonad a b) -- Defined at Meltdown.hs:8:10
  instance Applicative (NukeMonad a b)
    -- Defined at Meltdown.hs:11:10
  instance Monad (NukeMonad a b) -- Defined at Meltdown.hs:15:10
Dependent modules: []
Dependent packages: [base-4.12.0.0, ghc-prim-0.5.3,
                     integer-gmp-1.0.2.0]