Module

Perspectives.TypePersistence.LoadArc

#loadArcFile

loadArcFile :: String -> String -> MonadPerspectives (Either (Array PerspectivesError) DomeinFile)

Load an Arc file from a directory relative to the active process. Parse the file completely. Does neither cache nor save the model.

#loadAndSaveArcFile

loadAndSaveArcFile :: String -> String -> MonadPerspectives (Array PerspectivesError)

Load an Arc file from a directory. Parse the file completely. Store and cache it.

Modules