File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
typed-protocols/src/Network/TypedProtocol Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ module Network.TypedProtocol.Core
47
47
, Nat (Succ , Zero )
48
48
, natToInt
49
49
, unsafeIntToNat
50
- , Trans (.. )
51
- , SingTrans (.. )
52
50
, ActiveAgency
53
51
, ActiveAgency' (.. )
54
52
, IsActiveState (.. )
@@ -487,20 +485,6 @@ type family FlipAgency pr where
487
485
FlipAgency AsServer = AsClient
488
486
489
487
490
- -- | Transition kind.
491
- --
492
- data Trans ps where
493
- Tr :: forall ps . ps -> ps -> Trans ps
494
-
495
-
496
- -- | Singleton for @'Trans' ps@ kind.
497
- --
498
- type SingTrans :: Trans ps -> Type
499
- data SingTrans tr where
500
- SingTr :: forall ps (st :: ps ) (st' :: ps ).
501
- SingTrans (Tr st st' )
502
-
503
-
504
488
-- | A type level inductive natural number.
505
489
data N = Z | S N
506
490
You can’t perform that action at this time.
0 commit comments