Explorar el Código

fix syntax of datomic attribute type.

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
af023972df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      clj/clarity/clarity/types.clj

+ 1 - 1
clj/clarity/clarity/types.clj

@ -45,7 +45,7 @@
45 45
    {:error (str "Expected value of type Map, but got value " val ".")}))
46 46
47 47
(def datomic-attr-type
48
  '(HMap :mandatory {:db/id (Value "#db/id[db.part/db]")
48
  '(HMap :mandatory {:db/id (Value "#db/id[:db.part/db]")
49 49
                     :db/ident Keyword
50 50
                     :db/valueType (U (Value :db.type/keyword)
51 51
                                      (Value :db.type/string)