Context IsClosure EvalJ # | |
Instance detailsDefined in Lang.ClassificationInstances |
Context IsConditionalCTX EvalJ # | |
Instance detailsDefined in Lang.ClassificationInstances |
Context IsRelevantRecCallCTX EvalJ # | |
Instance detailsDefined in Lang.ClassificationInstances |
Context () j # | |
Instance detailsDefined in Lang.ClassificationInstances |
(Context a j, Context b j) => Context (a, b) j # | |
Instance detailsDefined in Lang.ClassificationInstances |
(Context (a, b) j, Context c j) => Context (a, b, c) j # | |
Instance detailsDefined in Lang.ClassificationInstances |
(Context (a, b, c) j, Context d j) => Context (a, b, c, d) j # | |
Instance detailsDefined in Lang.ClassificationInstances |
(Context (a, b, c, d) j, Context e j) => Context (a, b, c, d, e) j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e) # childContexts :: (a, b, c, d, e) -> Proof j -> [(a, b, c, d, e)] # |
(Context (a, b, c, d, e) j, Context f j) => Context (a, b, c, d, e, f) j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e, f) # childContexts :: (a, b, c, d, e, f) -> Proof j -> [(a, b, c, d, e, f)] # |
(Context (a, b, c, d, e, f) j, Context g j) => Context (a, b, c, d, e, f, g) j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e, f, g) # childContexts :: (a, b, c, d, e, f, g) -> Proof j -> [(a, b, c, d, e, f, g)] # |
(Context (a, b, c, d, e, f, g) j, Context h j) => Context (a, b, c, d, e, f, g, h) j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e, f, g, h) # childContexts :: (a, b, c, d, e, f, g, h) -> Proof j -> [(a, b, c, d, e, f, g, h)] # |
(Context (a, b, c, d, e, f, g, h) j, Context i j) => Context (a, b, c, d, e, f, g, h, i) j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e, f, g, h, i) # childContexts :: (a, b, c, d, e, f, g, h, i) -> Proof j -> [(a, b, c, d, e, f, g, h, i)] # |
(Context (a, b, c, d, e, f, g, h, i) j, Context j' j) => Context (a, b, c, d, e, f, g, h, i, j') j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e, f, g, h, i, j') # childContexts :: (a, b, c, d, e, f, g, h, i, j') -> Proof j -> [(a, b, c, d, e, f, g, h, i, j')] # |
(Context (a, b, c, d, e, f, g, h, i, j') j, Context k j) => Context (a, b, c, d, e, f, g, h, i, j', k) j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e, f, g, h, i, j', k) # childContexts :: (a, b, c, d, e, f, g, h, i, j', k) -> Proof j -> [(a, b, c, d, e, f, g, h, i, j', k)] # |
(Context (a, b, c, d, e, f, g, h, i, j', k) j, Context l j) => Context (a, b, c, d, e, f, g, h, i, j', k, l) j # | |
Instance detailsDefined in Lang.ClassificationInstances Methods rootCtx :: Proxy j -> (a, b, c, d, e, f, g, h, i, j', k, l) # childContexts :: (a, b, c, d, e, f, g, h, i, j', k, l) -> Proof j -> [(a, b, c, d, e, f, g, h, i, j', k, l)] # |