/tutorial/backtracking/tiny_prolog/prolog_term.e
http://github.com/tybor/Liberty · Specman e · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 7d23e8550aaab29e61f4c9bf993a84fa MD5 · raw file
- deferred class PROLOG_TERM
- inherit PROLOG_COMMONS
- feature
- type: INTEGER is
- deferred
- ensure
- Result=type_atom or Result=type_integer or Result=type_float or Result=type_var or Result=type_coumpound
- end
- arity: INTEGER is do end
- end