~ubuntu-branches/ubuntu/vivid/ocamlbricks/vivid

« back to all changes in this revision

Viewing changes to STRUCTURES/cortex.mli

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum
  • Date: 2014-07-08 11:09:39 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140708110939-xaex1s3nqepm56eh
Tags: 0.90+bzr400-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  ('b -> 'a) ->
77
77
  'a t -> 'b t
78
78
 
 
79
val view :
 
80
  ?equality:('b -> 'b -> bool) ->
 
81
  ?on_proposal:('b -> 'b -> 'b) ->
 
82
  ?on_commit:('b -> 'b -> unit) ->
 
83
  ?private_fellow:unit ->
 
84
  ('a -> 'b) ->
 
85
  'a t -> 'b t
 
86
 
79
87
(* A wrapper is a connection with the identity functions: *)
80
88
val wrapper :
81
89
  ?on_proposal:('a -> 'a -> 'a) ->