unison-parser-typechecker-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Codebase.SqliteCodebase

Synopsis

Documentation

initWithSetup :: (HasCallStack, MonadUnliftIO m) => Transaction () -> Init m Symbol Ann Source #

Like init, but allows passing in an action to be perform when a new codebase is created.

copyCodebase :: MonadIO m => CodebasePath -> CodebasePath -> m () Source #

Given two codebase roots (e.g. "./mycodebase"), safely copy the codebase at the source to the destination. Note: this does not copy the .unisonConfig file.