~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to commons/ocollection.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:
1
 
type ('a, 'b) view = 
2
 
  | Empty 
 
1
type ('a, 'b) view =
 
2
  | Empty
3
3
  | Cons of 'a * 'b
4
4
 
5
5
class virtual ['a] ocollection :