/test/language/error_warning_msg/bad_constraint4.msg

http://github.com/tybor/Liberty · Unknown · 23 lines · 19 code · 4 blank · 0 comment · 0 complexity · b4365ef73ed5673899d8cd053bdf82ab MD5 · raw file

  1. ****** Error: Actual generic derivation ANY must insert STRING
  2. which is the generic constraint.
  3. The source lines relevant to this message are the following:
  4. Line 14 column 15 in BAD_CONSTRAINT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constraint4.e):
  5. loc: AUX_CONSTRAINT4[ANY,STRING]
  6. ^
  7. Line 4 column 29 in AUX_CONSTRAINT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_constraint4.e):
  8. class AUX_CONSTRAINT4[X_ -> Y_, Y_]
  9. ^
  10. ------
  11. ****** Fatal Error: Constraint Generic Violation.
  12. The source lines relevant to this message are the following:
  13. Line 14 column 15 in BAD_CONSTRAINT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constraint4.e):
  14. loc: AUX_CONSTRAINT4[ANY,STRING]
  15. ^
  16. Line 4 column 23 in AUX_CONSTRAINT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_constraint4.e):
  17. class AUX_CONSTRAINT4[X_ -> Y_, Y_]
  18. ^
  19. ------