diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 18:40:48 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 18:40:48 +0200 |
| commit | eebffc190776afdb92ef959270c4863bf21a3cf8 (patch) | |
| tree | 68c7bd8fa25b9044213b67c34adba822445c65f2 /experience/2020-03_nii.nix | |
| parent | 7f5f01ef3d3eb56a24db31b7ddf85fc4ce3b37fc (diff) | |
reformat code
Diffstat (limited to 'experience/2020-03_nii.nix')
| -rw-r--r-- | experience/2020-03_nii.nix | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/experience/2020-03_nii.nix b/experience/2020-03_nii.nix index e86fbee..68357fa 100644 --- a/experience/2020-03_nii.nix +++ b/experience/2020-03_nii.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2020; @@ -29,11 +27,12 @@ url = "https://group-mmm.org/~dubut/"; } ]; - assets = [{ - name = "internship report"; - id = "aristoteFibrationalFrameworkNested2020"; - type = "Publications"; - }]; - description = - "Generalized a greatest-fixed-points- and safety-games-based fibrational framework for bisimulations to nested fixed points and parity games."; + assets = [ + { + name = "internship report"; + id = "aristoteFibrationalFrameworkNested2020"; + type = "Publications"; + } + ]; + description = "Generalized a greatest-fixed-points- and safety-games-based fibrational framework for bisimulations to nested fixed points and parity games."; } |
