blob: f98a8bf9580acc7ce36e2847109682d2db6756cf (
plain) (
tree)
|
|
##
## can_specialise_generic Nimrod Module
##
## Created by Eric Doughty-Papassideris on 2011-02-16.
## Copyright (c) 2011 FWA. All rights reserved.
type
TGen[T] = object
TSpef = object of TGen[string]
|