(defstruct standard-cell :name ; The name, a symbol :value ; Its value, a Ref :dependents ; The names of cells on which this depends, a collection :fun ; A closure that computes the value, given an environment :display ; The original expression for display :cell-type)
Comments top
No comments for standard-cell. Log in to add a comment.