Skip to content

Instantly share code, notes, and snippets.

@acbart
Last active August 29, 2015 14:23
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 acbart/c695355880a706a4ff59 to your computer and use it in GitHub Desktop.
Save acbart/c695355880a706a4ff59 to your computer and use it in GitHub Desktop.
The eight inhabitants of Tri -> Bool
G1: Trio -> Bool
Link -> True
Zelda -> True
Gannon -> True
G2: Trio -> Bool
Link -> True
Zelda -> True
Gannon -> False
G3: Trio -> Bool
Link -> False
Zelda -> True
Gannon -> True
G4: Trio -> Bool
Link -> True
Zelda -> False
Gannon -> True
G5: Trio -> Bool
Link -> True
Zelda -> False
Gannon -> False
G6: Trio -> Bool
Link -> False
Zelda -> True
Gannon -> False
G7: Trio -> Bool
Link -> False
Zelda -> False
Gannon -> True
G8: Trio -> Bool
Link -> False
Zelda -> False
Gannon -> False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment