f706f7a6701e9ef1e0d0f97923ad348e071963df
[clean-tests.git] / select / Select.dcl
1 definition module Select
2
3 class Selectable a
4 where
5 addToSelectSet :: a SelectSet -> SelectSet
6
7 instance