]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/SelfReferringContextInTypeClass.scl
Added info on backup location to documentation backup.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / SelfReferringContextInTypeClass.scl
1 class Ord a where\r
2     min :: Ord a => a -> a -> a\r
3 \r
4 main = "Not to be executed."\r
5 --\r
6 2:12-2:15: Unresolved type class Ord.