♻️ Adds new properties to shapes

This commit is contained in:
alonso.torres 2020-05-22 16:45:39 +02:00
parent b5a6d9981d
commit e06d8e754f
20 changed files with 288 additions and 136 deletions

View file

@ -12,7 +12,6 @@
[cuerdas.core :as str]
[next.jdbc :as jdbc]))
(s/def ::name string?)
(s/def ::step (s/keys :req-un [::name ::desc ::fn]))
(s/def ::steps (s/every ::step :kind vector?))