Skip to content
Snippets Groups Projects
Commit f4f9a650 authored by daniel's avatar daniel
Browse files

BUGFIX: GML formulas were wrong

parent 2be59dcf
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ instance Mod K where
newtype G = G Nat
instance Mod G where
showDia (G n) = showString "{>" . shows n . showString " r}"
showDia (G n) = showString "{>= " . shows n . showString " r}"
showBox (G n) = showString "{<= " . shows n . showString " r}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment