summaryrefslogtreecommitdiff
path: root/abstract/domain.ml
blob: d022e3444299154f59c380473ff3df431ad43bad (plain) (blame)
1
2
3
4
5
6
7
module type S =
  sig
    type tv
    type ts
    
  end