Open FilWisher opened 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
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