= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package lambda-term
-
lambda-term
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Common types.
val rows : size -> int
val cols : size -> int
val string_of_size : size -> string
Returns the string representation of the given size.
val row : coord -> int
val col : coord -> int
val string_of_coord : coord -> string
Returns the string representation of the given coordinates.
val row1 : rect -> int
val col1 : rect -> int
val row2 : rect -> int
val col2 : rect -> int
val string_of_rect : rect -> string
Returns the string representation of the given rectangle.