From eebffc190776afdb92ef959270c4863bf21a3cf8 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 17 Sep 2023 18:40:48 +0200 Subject: reformat code --- experience/2023-09_irif.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'experience/2023-09_irif.nix') diff --git a/experience/2023-09_irif.nix b/experience/2023-09_irif.nix index c9a6235..0ba0040 100644 --- a/experience/2023-09_irif.nix +++ b/experience/2023-09_irif.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2023; @@ -19,10 +17,11 @@ url = "https://www.irif.fr/en/index"; location = "Paris, France"; }; - supervisors = [{ - name = "Daniela Petrişan"; - url = "https:/www.irif.fr/~petrisan/"; - }]; - description = - "Ongoing. Studying compositionality of monads and its application to effectful programming, in particular within automata theory."; + supervisors = [ + { + name = "Daniela Petrişan"; + url = "https:/www.irif.fr/~petrisan/"; + } + ]; + description = "Ongoing. Studying compositionality of monads and its application to effectful programming, in particular within automata theory."; } -- cgit v1.2.3