finos / morphir-elm / Morphir.File.FileMap

A FileMap represents a set of text files as a dictionary of file names to file content.


type alias FileMap =
Dict ( List String
, String ) Strin
}

Type that represents a file path to content mapping.