(defn build-standard-cell "Builds a standard cell" [name deps fun expr] (with-meta (struct standard-cell name (ref *empty-value*) deps fun expr ::cell) *meta*))
Comments top
No comments for build-standard-cell. Log in to add a comment.