]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/SelfReferringContextInTypeClass.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / SelfReferringContextInTypeClass.scl
1 class Ord a where
2     min :: Ord a => a -> a -> a
3
4 main = "Not to be executed."
5 --
6 2:12-2:15: Unresolved type class Ord.