Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type Error fix in guards1.enforce-guard-all #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ggobugi27
Copy link
Collaborator

Adds true at the end of the line to fix the type error

(defun enforce-guard-all:bool (guards:[guard])
    "Enforces all guards in GUARDS"
    (map (enforce-guard) guards)
    true
  )```

@ggobugi27 ggobugi27 requested a review from emilypi May 18, 2023 16:17
(begin-tx)
(load "../util/util-ns.pact")
(env-exec-config [])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, i appreciate the config reset here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants