Documentation
Lean
.
Server
.
Rpc
.
Deriving
Search
return to top
source
Imports
Lean.Elab.Command
Lean.Elab.Term
Lean.Elab.Deriving.Basic
Lean.Server.Rpc.Basic
Imported by
Lean
.
Server
.
RpcEncodable
.
isOptField
source
def
Lean
.
Server
.
RpcEncodable
.
isOptField
(
n
:
Name
)
:
Bool
Equations
Lean.Server.RpcEncodable.isOptField
n
=
n
.
toString
.
endsWith
"?"
Instances For