taskCache.dhall 240 B

123456789101112
  1. let Types = ../types/package.dhall
  2. let Prelude = ../lib/prelude.dhall
  3. let JSON = Prelude.JSON
  4. let render
  5. : Types.TaskCache → JSON.Type
  6. = λ(c : Types.TaskCache) → JSON.object (toMap { path = JSON.string c.path })
  7. in render