/dhall-containerfile/SoftwareFactory/Legacy/Project/mkSourceRepository.dhall
Copy path to clipboardSource
let mkSourceRepository =
λ ( options
: (../SourceRepositoryOptions/Type.dhall).SourceRepositoryOptionsType
) →
λ(name : Text) →
../SourceRepository/Type.dhall (../SourceRepository/Type.dhall).Inline
[ { mapKey = name, mapValue = options } ]
in mkSourceRepository