neotype
neotype
API
neotype
BinOpMatch
BinOpMatch
Calc
Value
Apply0
Apply1
Apply2
CalcApply
CalcBlock
Reference
MatchExpr
IfThenElse
CalcClosure
Calc
CalcDef
CalcValDef
CalcDefDef
CalcMatchCase
CalcMatchCase
CalcPattern
Value
Variable
Alternative
Wildcard
CalcPattern
CustomFromExpr
Newtype
Newtype
Simple
Simple
Seal
Subtype
Subtype
Simple
Simple
Uninlined
Unseal
ValidatedWrapper
ValidateEvidence
Wrapper
neotype
/
neotype
/
Calc
Calc
neotype.Calc$
See the
Calc
companion enum
object
Calc
Attributes
Companion:
enum
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Self type
Calc
.type
Clear all
Members list
Concise view
Type members
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Attributes
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Attributes
Inherited from:
Mirror
Value members
Concrete methods
def
call
(
op
:
String
): (
String
,
String
)
=>
String
def
call2
(
op
:
String
): (
String
,
String
,
String
)
=>
String
def
closureToFunction
[
A
](
closure
:
CalcClosure
[
A
])(
using
Quotes
):
Any
def
infix
(
op
:
String
): (
String
,
String
)
=>
String
def
nullary
(
op
:
String
):
String
=>
String
def
prefix
(
op
:
String
):
String
=>
String
def
renderValue
(
value
:
Any
):
String
def
unapply
[
A
](
expr
:
Expr
[
A
])(
using
Quotes
):
Option
[
Calc
[
A
]]