ammonite

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

  2. class Shell extends AnyRef

  3. trait ShellAction[T] extends AnyRef

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

  4. sealed trait ShellError extends AnyRef

Value Members

  1. object Ammonite extends AppOf[AmmoniteApp]

  2. object ShellAction

  3. object ShellError

  4. package shell

Ungrouped