guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Monad code changes


From: Ludovic Courtès
Subject: Monad code changes
Date: Wed, 14 Jan 2015 21:59:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Commit e87f059 moved monadic procedures “where they belong”–essentially
grouping them by abstraction layer rather than by programming style,
which meant everything in (guix monads).

This has then allowed the conversion of the code to download the package
source (the ‘method’ field of ‘origin’) to use monadic style, in commit
f220a83.

So the API is slowly but surely converging to a unified style.  The last
step will be to convert build systems to monads + gexps, hopefully in
the next ‘core-updates’ because that will require rebuilds.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]