Skip to content

Instantly share code, notes, and snippets.

@cam-stitt
Last active May 6, 2020 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cam-stitt/e6ccfda843738d85f4e847bfc22aa5f9 to your computer and use it in GitHub Desktop.
Save cam-stitt/e6ccfda843738d85f4e847bfc22aa5f9 to your computer and use it in GitHub Desktop.
Simple Sentinel
# This policy will always fail
import "foo"
main = foo.truthy()
truthy = func() {
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment