Skip to content
Snippets Groups Projects
Commit 3a37202b authored by Jens Nolte's avatar Jens Nolte
Browse files

Add comment

parent 689f7fbc
No related branches found
No related tags found
No related merge requests found
......@@ -141,14 +141,9 @@ instance IsSide 'Server where
getDown :: forall m i. IsInterface i => Object 'Server m i -> Opcode -> Get (Down 'Server i)
getDown = getMessage @(Down 'Server i)
class
(
IsSide s,
IsInterface i,
IsMessage (Up s i),
IsMessage (Down s i)
)
=> IsInterfaceSide (s :: Side) i where
-- | Empty class, only required to combine constraints
class (IsSide s, IsInterface i, IsMessage (Up s i), IsMessage (Down s i)) => IsInterfaceSide (s :: Side) i
-- | Data kind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment