@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- closedByPeer : DisconnectReason
- closedByClient : DisconnectReason
- readFailure (message : String) : DisconnectReason
- writeFailure (message : String) : DisconnectReason
Instances For
@[implicit_reducible]
Equations
- LeanRedis.Transport.instBEqDisconnectReason.beq LeanRedis.Transport.DisconnectReason.closedByPeer LeanRedis.Transport.DisconnectReason.closedByPeer = true
- LeanRedis.Transport.instBEqDisconnectReason.beq LeanRedis.Transport.DisconnectReason.closedByClient LeanRedis.Transport.DisconnectReason.closedByClient = true
- LeanRedis.Transport.instBEqDisconnectReason.beq (LeanRedis.Transport.DisconnectReason.readFailure a) (LeanRedis.Transport.DisconnectReason.readFailure b) = (a == b)
- LeanRedis.Transport.instBEqDisconnectReason.beq (LeanRedis.Transport.DisconnectReason.writeFailure a) (LeanRedis.Transport.DisconnectReason.writeFailure b) = (a == b)
- LeanRedis.Transport.instBEqDisconnectReason.beq x✝¹ x✝ = false
Instances For
@[implicit_reducible]
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
- connect : Endpoint → Std.Internal.IO.Async.Async α
- connect : Endpoint → Std.Internal.IO.Async.Async α
- recv : α → UInt64 → Std.Internal.IO.Async.Async ByteArray
- recv : α → UInt64 → Std.Internal.IO.Async.Async ByteArray
- send : α → ByteArray → Std.Internal.IO.Async.Async Unit
- send : α → ByteArray → Std.Internal.IO.Async.Async Unit
- sendAll : α → Array ByteArray → Std.Internal.IO.Async.Async Unit
- sendAll : α → Array ByteArray → Std.Internal.IO.Async.Async Unit
- close : α → Std.Internal.IO.Async.Async Unit
- close : α → Std.Internal.IO.Async.Async Unit