Skip to content

Instantly share code, notes, and snippets.

View uetcis's full-sized avatar
🤔
Getting Things Right

la .uetcis. uetcis

🤔
Getting Things Right
View GitHub Profile

Keybase proof

I hereby claim:

  • I am captainyukinoshitahachiman on github.
  • I am captainhachiman (https://keybase.io/captainhachiman) on keybase.
  • I have a public key ASB-CShSWn3bi-SZM0wgu3OXu2xdlHE1nmSWhl92GXIqGwo

To claim this, I am signing this object:

#import "@preview/fletcher:0.4.2" as fletcher: node, edge
#let prop(w, v) = {
for (p, ws) in v {
if ws.contains(w) {
(p,)
} else {
()
}
}