Types

type GraphicsRequest = {#none; #all : Dim; #last : Dim}

type Dim = { width : Nat; height : Nat }

type Pos = { x : Nat; y : Nat }

type Rect = { pos : Pos; dim : Dim }

public let Event :

public let Graphics :