gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 17 Feb 2021 13:25:43 +0000 (14:25 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 23 Feb 2021 14:24:48 +0000 (15:24 +0100)
commitb57de6fea126f907a873ae14ad8b32dc32456e8e
treea8db88484cab66eeb9ead5c6e4092278c5aebeb0
parenta26006ff72746a49dde6d548a8687bf55e9d4d3a
gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'.

* guix/gexp.scm (lower-inputs, gexp->sexp): Change keyword parameters to
positional parameters.  Adjust callers accordingly.
* tests/gexp.scm (gexp->sexp*, "gexp->file"): Adjust accordingly.
guix/gexp.scm
tests/gexp.scm