aboutsummaryrefslogtreecommitdiff
path: root/frontend/StdCompare.dcl
blob: 4dc74d5091e583d55e3999f7226d04b9137bc3c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
definition module StdCompare

import syntax, compare_constructor

::	CompareValue :== Int
Smaller :== -1
Greater	:== 1
Equal	:== 0

class (=<) infix 4 a :: !a !a -> CompareValue

instance =< Int, Expression, {# Char}, Ident, [a] | =< a, BasicType //, (Global a) | =< a

instance =< Type, SymbIdent

instance == BasicType, TypeVar, TypeSymbIdent, DefinedSymbol, TypeContext , BasicValue,
			FunKind, (Global a) | == a, Priority, Assoc, Type, ConsVariable

instance < MemberDef