/test/language/error_warning_msg/bad_hash_code1.msg
Unknown | 23 lines | 19 code | 4 blank | 0 comment | 0 complexity | fab1be6fb3863ccb3557aee51a382939 MD5 | raw file
1****** Error: Actual generic derivation AUX_HASH_CODE1 must insert 2HASHABLE which is the generic constraint. 3 4The source lines relevant to this message are the following: 5 6Line 13 column 13 in BAD_HASH_CODE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_hash_code1.e): 7 d: HASHED_DICTIONARY[INTEGER,AUX_HASH_CODE1] 8 ^ 9Line 4 column 35 in HASHED_DICTIONARY (/home/cadrian/Workspace/Dev/Liberty/src/lib/storage/dictionary/hashed_dictionary.e): 10class HASHED_DICTIONARY[V_, K_ -> HASHABLE] 11 ^ 12------ 13****** Fatal Error: Constraint Generic Violation. 14 15The source lines relevant to this message are the following: 16 17Line 13 column 13 in BAD_HASH_CODE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_hash_code1.e): 18 d: HASHED_DICTIONARY[INTEGER,AUX_HASH_CODE1] 19 ^ 20Line 4 column 29 in HASHED_DICTIONARY (/home/cadrian/Workspace/Dev/Liberty/src/lib/storage/dictionary/hashed_dictionary.e): 21class HASHED_DICTIONARY[V_, K_ -> HASHABLE] 22 ^ 23------