| Copyright | (c) Reed Mullanix 2019 |
|---|---|
| License | BSD-style |
| Maintainer | reedmullanix@gmail.com |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Refinery.ProofState
Description
Documentation
newtype ProofStateT ext m jdg Source #
Constructors
| ProofStateT | |
Fields
| |
Instances
axiom :: Monad m => ext -> ProofStateT ext m jdg Source #
mapExtract :: Monad m => (ext -> ext') -> (ext' -> ext) -> ProofStateT ext m jdg -> ProofStateT ext' m jdg Source #