FilWisher / pisschin

A short excursion away from filwisher/wed to better understand piece-chains
MIT License
3 stars 0 forks source link

Expand delete function to take ranges. #3

Open FilWisher opened 9 years ago

FilWisher commented 9 years ago

e_delete should take a range from Location to LOcation.

This should be a new datatype

typedef struct { Location beg; Location end; } Range;

This also implies making a p_range_of :: int -> int -> Range