LTerm_geomCommon types.
val rows : size -> intval cols : size -> intval string_of_size : size -> stringReturns the string representation of the given size.
val row : coord -> intval col : coord -> intval string_of_coord : coord -> stringReturns the string representation of the given coordinates.
val row1 : rect -> intval col1 : rect -> intval row2 : rect -> intval col2 : rect -> intval string_of_rect : rect -> stringReturns the string representation of the given rectangle.