~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to commons/ocollection/oassoc_cache.mli

  • Committer: Nicolas Palix
  • Date: 2010-01-28 14:23:49 UTC
  • Revision ID: git-v1:70d17887795852eca805bfe27745b9810c0a39be
Remove trailing whitespace/tab

svn path=/coccinelle/; revision=8684

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
class ['a, 'b] oassoc_buffer :
3
3
  int ->
4
4
  (< add : 'a * 'b -> 'd; assoc : 'a -> 'b; del : 'a * 'b -> 'd;
5
 
   delkey : 'a -> 'd; iter : ('a * 'b -> unit) -> unit; length : int; 
 
5
   delkey : 'a -> 'd; iter : ('a * 'b -> unit) -> unit; length : int;
6
6
   keys: 'a list; clear: unit;
7
7
   .. >
8
8
     as 'd) ->