Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type MockBlock ext = SimpleBlock SimpleMockCrypto ext
- data family NestedCtxt_ blk ∷ (Type → Type) → Type → Type
Documentation
type MockBlock ext = SimpleBlock SimpleMockCrypto ext Source #
Local shorthand to make the instances more readable
data family NestedCtxt_ blk ∷ (Type → Type) → Type → Type Source #
Context identifying what kind of block we have
In almost all places we will use NestedCtxt
rather than NestedCtxt_
.