Skip to content

Commit

Permalink
Updated stdlib_mettalog.metta:
Browse files Browse the repository at this point in the history
- Commented out case type definition to reflect deprecation or temporary removal.
- Adjusted match type definition to align with recent changes in parameter expectations and output types.
  • Loading branch information
TeamSPoon committed Jan 4, 2025
1 parent f4650df commit 35930e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/metta_lang/stdlib_mettalog.metta
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
(: pragma! (-> Atom Atom (->)))
;(: = (-> Atom Atom %Undefined%))
(: match (-> hyperon::space::DynSpace Atom Atom %Undefined%))
(: case (-> Expression Atom Atom))
;(: case (-> Expression Atom Atom))
(: combine (-> $t $t $t))
(: import! (-> hyperon::space::DynSpace Atom (->)))

Expand Down

0 comments on commit 35930e4

Please sign in to comment.