Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created March 14, 2010 18:36
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 jcromartie/332142 to your computer and use it in GitHub Desktop.
Save jcromartie/332142 to your computer and use it in GitHub Desktop.
(let*
[matcher__780__auto__
(compojure.http.routes/request-matcher :get "/foo")]
(clojure.core/fn
[request__781__auto__]
(clojure.core/if-let
[route-params__782__auto__
(matcher__780__auto__ request__781__auto__)]
(clojure.core/let
[request__781__auto__
(compojure.http.routes/assoc-route-params
request__781__auto__
route-params__782__auto__)]
(compojure.http.response/create-response
request__781__auto__
(let*
[request
request
params
(:params request)
cookies
(:cookies request)
session
(:session request)
flash
(:flash request)]
bar)
)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment