Skip to content
Snippets Groups Projects
Commit d7274f6c authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Merge from daniel

parents b09ef622 f4f9a650
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ instance Mod K where
newtype G = G Nat
instance Mod G where
showDia (G n) = showString "{>" . shows n . showString " r}"
showBox (G n) = showString "{<=" . shows n . showString " r}"
showDia (G n) = showString "{>= " . shows n . showString " r}"
showBox (G n) = showString "{<= " . shows n . showString " r}"
newtype CL = CL I.IntSet
......
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