package inuit

  1. Overview
  2. Docs

Source file inuit.ml

1
2
3
4
5
6
7
8
9
10
11
12
module Patch  = Inuit_base.Patch
module Socket = Inuit_base.Socket
module Region = Inuit_region
module Cursor = Inuit_cursor
module Remote = Inuit_remote
module Widget = Inuit_widget
module Trace  = Inuit_trace

type 'a patch  = 'a Patch.t
type 'a socket = 'a Socket.t
type 'a region = 'a Region.t
type 'a cursor = 'a Cursor.cursor