Fix monad behaviour callback

This commit is contained in:
Correl Roush 2014-07-09 01:30:45 -04:00
parent 1ee02b261a
commit abf8291058

View file

@ -1,8 +1,8 @@
(defmodule monad (defmodule monad
(export (behaviour-info 1) (export (behaviour_info 1)
(do-transform 2))) (do-transform 2)))
(defun behaviour-info (defun behaviour_info
(('callbacks) (list #(>>= 2) (('callbacks) (list #(>>= 2)
#(return 1) #(return 1)
#(fail 1))) #(fail 1)))