summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T14729.stderr
blob: f7b7685b037b17ca876955029ea4fdb14a2bd43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TYPE SIGNATURES
  x :: forall (x :: Bool). P (F Int) (x |> Sym (T14729.D:R:FInt[0]))
  y :: forall {x :: Bool}. P Bool x
TYPE CONSTRUCTORS
  type family F{1} :: * -> *
    roles nominal
  data type P{2} :: forall k -> k -> *
    roles phantom phantom
COERCION AXIOMS
  axiom T14729.D:R:FInt :: F Int = Bool
FAMILY INSTANCES
  type instance F Int = Bool -- Defined at T14729.hs:10:15
Dependent modules: []
Dependent packages: [base-4.16.0.0]