Skip to content

Commit

Permalink
a workarround related to the bug trueagi-io/metta-wam#219
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 13, 2024
1 parent 82f4e9c commit 8b127d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prolog/metta_lang/stdlib_mettalog.metta
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ For example:
(@params (
(@param "Value to be returned")))
(@return "Passed argument"))
(: return (-> $t $t))
; probably should be (: return (-> $t $t))
(: return (-> Atom Atom))


(iz function MinimalMeTTa)
(@doc function
Expand Down

0 comments on commit 8b127d0

Please sign in to comment.