;;;; -*- Mode: Lisp -*- ;;;; templates-hierarchy.lisp -- ;;;; See file COPYING for copyright licensing information. (in-package "CL.EXT.DACF.UNIFICATION") ; DACF = Data And Control Flow. ;;; Templates. ;;; Essentially we extend the type specifier language. ;;; The interesting thing is that we need to specify how a "match" ;;; between a template and a CL object is performed. ;;; A template is one of the following ;;; ;;;