Tags: ggreif/omega
Tags
looks like the this file was not checked in when the release was made… … :-(
tag Omega 1.4.4 this coincides with the source distribution modulo r336 and r338, which did not make it in
tag Omega v1.4.3
This pretty much corresponds to the version
distributed for the Eugene Summer School
July 22, 2008.
Here is the diff from that version to this tag:
diff -u --strip-trailing-cr ../EugeneSumSch/distr/SyntaxExt.hs src/SyntaxExt.hs
+++ src/SyntaxExt.hs 2009-03-19 22:54:44.000000000 +0100
@@ -52,8 +44,6 @@
help (x:xs) = show x++","++help xs
show (Recordx ts Nothing tag) = plistf f "{" ts "," ("}"++tag)
where f (x,y) = show x++"="++show y
- show (Recordx ts (Just ys) tag) = plistf f "{" ts "," (";"++show ys++"}"++tag)
- where f (x,y) = show x++"="++show y
extKey :: Extension a -> String
extKey ((Listx xs _ s)) = s
PreviousNext