proto.tex

package proto.tex

Members list

Type members

Classlikes

trait Doc extends Ops

Attributes

Supertypes
trait Ops
trait CommonOps
class Object
trait Matchable
class Any
case class GenRes(doc: String, argsExamples: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GenResRaw(doc: List[String], argsExamples: List[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Macro

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Macro.type

Value members

Concrete methods

inline def generate[D, E](inline category: Map[Int, String], inline ask: String, inline ok: String, inline err: String): GenRes

Extensions

Extensions

extension [A](x: Option[A])
def cata[B](f: A => B, b: => B): B