Skip to content

Commit

Permalink
Change the comments to use ⟦⟧ instead of [[]].
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Sep 30, 2011
1 parent 6259130 commit 6d40d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/calculus/lambda.kiln
@@ -1,7 +1,7 @@
(new (lam fun arg abs)
;; [[x]] = x
;; [[(lambda x P)]] = {abs (trigger {lambda x} [[P]])}
;; [[(P Q)]] = (new (fun arg) (par (App) [fun [[P]]] {arg [[Q]]}))
;; ⟦x⟧ = x
;; (lambda x P) = {abs (trigger {lambda x} ⟦P⟧)}
;; (P Q) = (new (fun arg) (par (App) [fun ⟦P⟧] {arg ⟦Q⟧}))
(par (def (lambda (var) process)
`{abs (trigger {lam (process-variable ',var)} ,process)})
(def (apply fun arg)
Expand Down

0 comments on commit 6d40d4b

Please sign in to comment.