bd4f0b94a ^
c6034277f ^
1
2
3 4
5 6 7 8 9 10 11 12 13 14
## ## specialised_is_equivalent Nim Module ## ## Created by Eric Doughty-Papassideris on 2011-02-16. type TGen[T] = tuple[a: T] TSpef = tuple[a: string] var a: TGen[string] b: TSpef a = b