]> gerrit.simantics Code Review - simantics/platform.git/blob - ClashingValueType.scl
3748398e876347d360c8a83cb261dec4a613cb0a
[simantics/platform.git] / ClashingValueType.scl
1
2 id :: Integer -> Integer
3 id :: Double -> Double
4 id x = x
5 --
6 3:1-3:23: Type of id has already been declared in this module.