Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Nov 18, 2011
1 parent 6d538f2 commit be640be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -5,10 +5,12 @@
Example
-------

(unifier '((?a * ?x ** 2) + (?b * ?x) + ?c)
'(?z + (4 * 5) + 3))
```clojure
(unifier '((?a * ?x ** 2) + (?b * ?x) + ?c)
'(?z + (4 * 5) + 3))

;=> ((?a * 5 ** 2) + (4 * 5) + 3)
;=> ((?a * 5 ** 2) + (4 * 5) + 3)
```

TODO
----
Expand Down

0 comments on commit be640be

Please sign in to comment.