Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Last active May 29, 2016 20:21
Show Gist options
  • Select an option

  • Save DrBoolean/8287e1b635a6d316f8e9f199370f7d39 to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/8287e1b635a6d316f8e9f199370f7d39 to your computer and use it in GitHub Desktop.
task_sketch5.js
const makeFixtures = defs =>
Map(defs)
.traverse(Id.of, (instances, tablename) =>
Map(instances).traverse(Id.of, createRecord(tablename)))
.chain(fixs =>
fixs.traverse(Id.of, (instances) =>
Map(instances).traverse(Id.of, associateRels(fixs))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment