add implementation note

This commit is contained in:
Yuichi Nishiwaki 2014-05-19 14:45:38 +09:00
parent 1602fd82de
commit 5c59dcd564
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
(define-library (picrin control)
(import (scheme base))
; based on paper "Representing Monads" (Filinski 1994)
(define m #f)
(define (reset t)