zeolite-lang-0.6.0.0: Zeolite is a statically-typed, general-purpose programming language.
Config.Paths
class PathResolver r where Source #
Methods
resolveModule :: r -> FilePath -> FilePath -> IO FilePath Source #
isSystemModule :: r -> FilePath -> FilePath -> IO Bool Source #
resolveBaseModule :: r -> IO FilePath Source #
isBaseModule :: r -> FilePath -> IO Bool Source #
Defined in Config.LoadConfig
resolveModule :: Resolver -> FilePath -> FilePath -> IO FilePath Source #
isSystemModule :: Resolver -> FilePath -> FilePath -> IO Bool Source #
resolveBaseModule :: Resolver -> IO FilePath Source #
isBaseModule :: Resolver -> FilePath -> IO Bool Source #