remove universe type
This commit is contained in:
parent
0cae84c75b
commit
b7acf39c39
8 changed files with 21 additions and 44 deletions
|
@ -63,8 +63,8 @@ PrettyHL q => ToInfo (Error q) where
|
|||
toInfo (ClashU mode k l) =
|
||||
[("type", "ClashU"),
|
||||
("mode", show mode),
|
||||
("left", prettyStr True k),
|
||||
("right", prettyStr True l)]
|
||||
("left", show k),
|
||||
("right", show l)]
|
||||
toInfo (ClashQ pi rh) =
|
||||
[("type", "ClashQ"),
|
||||
("left", prettyStr True pi),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue