Idris2Doc : Idris.SetOptions

Idris.SetOptions

(source)

Definitions

candidateDirs : RefCtxtDefs=>String->String->PkgVersionBounds->Core (List (String, MaybePkgVersion))
  Get a list of all the candidate directories that match a package spec
in a given path. Return an empty list on file error (e.g. path not existing)

Only package's with build artifacts for the correct TTC version for the
compiler will be considered.

Visibility: export
findPkgDirs : RefCtxtDefs=>String->PkgVersionBounds->Core (List (String, MaybePkgVersion))
  Find all package directories (plus version) matching
the given package name and version bounds. Results
will be sorted with the latest package version first.

All package _search paths_ will be searched for package
_directories_ that fit the requested critera.

Only packages with build artifacts for the correct TTC version for the
compiler will be considered.

Visibility: export
findPkgDir : RefCtxtDefs=>String->PkgVersionBounds->Core (MaybeString)
Visibility: export
addPkgDir : RefCtxtDefs=>String->PkgVersionBounds->Core ()
  Attempt to find and add a package with the given name and bounds
in one of the known package paths.

Visibility: export
setIncrementalCG : RefCtxtDefs=>RefROptsREPLOpts=>Bool->String->Core ()
Visibility: export
preOptions : RefCtxtDefs=>RefROptsREPLOpts=>ListCLOpt->CoreBool
  Options to be processed before type checking. Return whether to continue.

Visibility: export
postOptions : RefCtxtDefs=>RefUSTUState=>RefSynSyntaxInfo=>RefMDMetadata=>RefROptsREPLOpts=>REPLResult->ListCLOpt->CoreBool
Visibility: export
ideMode : ListCLOpt->Bool
Visibility: export
ideModeSocket : ListCLOpt->Bool
Visibility: export