Module SFRect

module SFRect: sig .. end

type 'a t = {
   left :'a;
   top :'a;
   right :'a;
   bottom :'a;
}