Package

ammonite

Permalink

package ammonite

Visibility
  1. Public
  2. All

Type Members

  1. case class AmmoniteApp(initialPrompt: String = "@", predef: String, wrap: String, histFile: String = ..., frontEnd: String) extends App with Product with Serializable

    Permalink
  2. class Shell extends AnyRef

    Permalink
  3. trait ShellAction[T] extends AnyRef

    Permalink

    Mix of IO-like and Either[ShellError, ?] monads, acting on a Shell

  4. sealed trait ShellError extends AnyRef

    Permalink

Value Members

  1. object Ammonite extends AppOf[AmmoniteApp]

    Permalink
  2. object ShellAction

    Permalink
  3. object ShellError

    Permalink
  4. package shell

    Permalink

Ungrouped