Skip to content

stackoverflow with nested m/map-of #175

Open
@ribelo

Description

@ribelo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions