Skip to content

Commit

Permalink
ormolise
Browse files Browse the repository at this point in the history
  • Loading branch information
goolord committed May 4, 2021
1 parent 0739235 commit 912e9b9
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -32,14 +32,15 @@ import Control.Monad.Reader (asks)
import qualified Control.Monad.Writer.Class as Writer
import Control.SetAlgebra (dom, eval, setSingleton, singleton, (∈), (∉), (∪), (⋪), (⨃))
import Control.State.Transition
( STS (..),
( EventPolicy (EventPolicyWrite),
STS (..),
TRC (..),
TransitionRule,
failBecause,
judgmentContext,
liftSTS,
tellEvent,
(?!), EventPolicy (EventPolicyWrite)
(?!),
)
import Data.Kind (Type)
import Data.Typeable (Typeable)
Expand Down

0 comments on commit 912e9b9

Please sign in to comment.