src/Pure/General/position.ML
changeset 62803 5f73bf6ba98b
parent 62800 7ac100f86863
child 62889 99c7f31615c2
equal deleted inserted replaced
62802:ddc58826cbe9 62803:5f73bf6ba98b
   212   in
   212   in
   213     if null props then ""
   213     if null props then ""
   214     else s1 ^ Markup.markup (Markup.properties props Markup.position) s2
   214     else s1 ^ Markup.markup (Markup.properties props Markup.position) s2
   215   end;
   215   end;
   216 
   216 
   217 val here_list = space_implode " " o map here;
   217 val here_list = implode o map here;
   218 
   218 
   219 
   219 
   220 (* range *)
   220 (* range *)
   221 
   221 
   222 type range = T * T;
   222 type range = T * T;