X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnode_list.ml;h=1856bb87fa88e90d377aa6e3e5713ee4d9f8adeb;hb=05af95627d36110724ec6a2a6439c4842a228d19;hp=e9bb58a7a8ad54a7e13383b6b7ad0b71ced9ee1d;hpb=172af8a5311dd53ad6df9e330d6917200441dd39;p=tatoo.git diff --git a/src/node_list.ml b/src/node_list.ml index e9bb58a..1856bb8 100644 --- a/src/node_list.ml +++ b/src/node_list.ml @@ -23,6 +23,8 @@ module type S = val add : node -> t -> unit val push_front : node -> t -> unit val push_back : node -> t -> unit + val pop : t -> node + val append : t -> t -> t val iter : (node -> unit) -> t -> unit val length : t -> int val is_empty : t -> bool