Skip to content

Instantly share code, notes, and snippets.

@tyano
Last active February 7, 2016 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyano/ded8c6dbb595a8fbc0a5 to your computer and use it in GitHub Desktop.
Save tyano/ded8c6dbb595a8fbc0a5 to your computer and use it in GitHub Desktop.
(fact "user-ageはユーザの年齢を返す"
(user-age ..name..) => ..age..
(provided
(fetch-user-data ..name..) => {:age ..age.., :name ..name..}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment