Skip to content

Commit

Permalink
fix effect.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi committed Oct 21, 2017
1 parent aaebb8e commit 684d978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion effect.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
;; You should have received a copy of the GNU Affero General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(define-record-type op
(op v)
(op op v)
op?
(op op-op)
(v op-v))
(define-record-type >>=
(>>= x f)
Expand Down

0 comments on commit 684d978

Please sign in to comment.