/dhall-infra/Instance/mapInstance.dhall

Copy path to clipboard

Update a list of instance

Source

--| Update a list of instance
let Instance = { Type = ./Type.dhall }

let mapInstance
: forall (f : Instance.Type -> Instance.Type) ->
List Instance.Type ->
List Instance.Type
= ./map.dhall Instance.Type

in mapInstance