Documentation
Interval
.
Misc
.
Raw
Search
return to top
source
Imports
Init
Mathlib.Tactic.TypeStar
Imported by
Raw
raw
Mark an object to print raw, so that we get all the bits
#
source
structure
Raw
(
α
:
Type
u_2)
:
Type
u_2
val :
α
Instances For
source
def
raw
{
α
:
Type
u_1}
(
x
:
α
)
:
Raw
α
Equations
raw
x
=
{
val
:=
x
}
Instances For