diff options
Diffstat (limited to 'frontend/convertDynamics.icl')
-rw-r--r-- | frontend/convertDynamics.icl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/convertDynamics.icl b/frontend/convertDynamics.icl index fa89919..b953168 100644 --- a/frontend/convertDynamics.icl +++ b/frontend/convertDynamics.icl @@ -568,10 +568,6 @@ zipAppend2 xs [] zs = zs zipAppend2 [x : xs] [y : ys] zs = [ (x,y) : zipAppend2 xs ys zs ] -instance <<< FreeVar -where - (<<<) file {fv_name,fv_info_ptr} = file <<< fv_name <<< '[' <<< fv_info_ptr <<< ']' - instance <<< Ptr a where (<<<) file ptr = file <<< ptrToInt ptr |