diff options
Diffstat (limited to 'frontend/analtypes.icl')
-rw-r--r-- | frontend/analtypes.icl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/analtypes.icl b/frontend/analtypes.icl index eba2be5..e225544 100644 --- a/frontend/analtypes.icl +++ b/frontend/analtypes.icl @@ -477,11 +477,6 @@ where = iFoldSt (checkLeftRootAttributionOfTypeDef modules mod_index) 0 siz (as_td_infos, th_vars, as_error) - -instance == AttributeVar -where - (==) av1 av2 = av1.av_info_ptr == av2.av_info_ptr - instance <<< DynamicType where (<<<) file {dt_global_vars,dt_type} = file <<< dt_global_vars <<< dt_type |