noprompt / meander

Tools for transparent data transformation
MIT License
921 stars 55 forks source link

`stackoverflow` with nested `m/map-of` #175

Open ribelo opened 3 years ago

ribelo commented 3 years ago

this works

(m/search dx100k
  {_ {_ {:db/id ?e
           :name  "Ivan"}}} ?e)

this not

(m/rewrite dx100k
  (m/map-of _ (m/map-of _ {:db/id !e :name "Ivan"}))
  [!e ...])

code to reproduce

http://ix.io/2URI

stacktrace

http://ix.io/2URJ