Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data SpecialSoundProtocol k i p m o f Source #
specialSoundProtocol :: forall d a i p. (KnownNat (d + 1), Arithmetic a, Representable i, Representable p) => Predicate a i p -> SpecialSoundProtocol 1 i p [a] [a] a Source #
specialSoundProtocol' :: forall d a i p f. (KnownNat (d + 1), Representable i, Ring f, Scale a f) => Predicate a i p -> SpecialSoundProtocol 1 i p [f] [f] f Source #