Skip to content

Commit

Permalink
Update: better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
patham9 committed Sep 14, 2023
1 parent e07c883 commit 5618df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nalifier/input.metta
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
(((({ sam }) --> ([ small ])) (1.0 0.9)) (13))
(((({ sam }) --> ([ quacks ])) (1.0 0.9)) (14))

!(choiceQuery ((({ sam }) --> duck) (({ sam }) --> swan) (({ sam }) --> dog)))
!(choiceQuery ((({ sam }) --> duck)
(({ sam }) --> swan)
(({ sam }) --> dog)))
;expected: [(((({ sam }) --> duck) (1.0 0.618320610687023)) (6 13 8 14))]


0 comments on commit 5618df1

Please sign in to comment.