diff options
Diffstat (limited to 'frontend/convertcases.icl')
-rw-r--r-- | frontend/convertcases.icl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/convertcases.icl b/frontend/convertcases.icl index 11b09e0..9b5050a 100644 --- a/frontend/convertcases.icl +++ b/frontend/convertcases.icl @@ -1562,10 +1562,6 @@ instance <<< (Ptr a) where (<<<) file ptr = file <<< ptrToInt ptr -instance <<< BoundVar -where - (<<<) file {var_name,var_info_ptr} = file <<< var_name <<< '[' <<< var_info_ptr <<< ']' - instance <<< FunctionBody where (<<<) file (TransformedBody {tb_rhs}) = file <<< tb_rhs |