mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 11:09:58 +00:00
Fix monad behaviour callback
This commit is contained in:
parent
1ee02b261a
commit
abf8291058
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
(defmodule monad
|
||||
(export (behaviour-info 1)
|
||||
(export (behaviour_info 1)
|
||||
(do-transform 2)))
|
||||
|
||||
(defun behaviour-info
|
||||
(defun behaviour_info
|
||||
(('callbacks) (list #(>>= 2)
|
||||
#(return 1)
|
||||
#(fail 1)))
|
||||
|
|
Loading…
Reference in a new issue