Module Actions_arguments.GuiSource
Sourcetype t = {x : int option;y : int option;scale : float option;width : int option;height : int option;
} Sourceval result_of_option : 'a -> 'b option -> ('b, [> `Msg of 'a ]) result Sourceval int : (string * 'a) -> (int, [> `Msg of string ]) result Sourceval float : (string * 'a) -> (float, [> `Msg of string ]) result Sourceval correct_syntax : string Sourceval parse :
string ->
(t * Actions_arguments__.Warnings.warnor list, [> `Msg of string ]) result