if (x) foo(); if (x) foo(); else baz(); if (x) foo(); else if (y) bar(); else baz(); if (x) if (y) foo(); else bar(); else baz(); if (x) foo(); else if (y) bar(); else if (z) baz(); else moo(); function f() { if (x) foo(); if (x) foo(); else baz(); if (x) foo(); else if (y) bar(); else baz(); if (x) if (y) foo(); else bar(); else baz(); if (x) foo(); else if (y) bar(); else if (z) baz(); else moo(); } '>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/flex.scm
AgeCommit message (Collapse)Author
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2020-03-21gnu: Remove flex@2.6.1.Marius Bakke
* gnu/packages/flex.scm (flex-2.6.1): Remove variable.