fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
http
•
http
•
request_method
•
type.equality
»
Modules
base
clang
sodium
crypto
database
http
lock_free
mail
wolfssl
nom
sqlite
terminal
tokiwa
web
uuid
webserver
universe (module http)
└─
http
├─
connect
├─
delete
├─
get
├─
head
├─
Message
├─
options
├─
patch
├─
post_r
├─
put
├─
request_message
├─
request_method
├─
response_message
└─
trace
equality
http
.
request_method
.
type
.
equality
type
.equality
(a
http.request_method
, b
http.request_method
)
=>
bool
[Redefinition of
property.equatable.type.equality
]
¶
[src]
Comment of
property.equatable.type.equality
equality implements the default equality relation for values of this type.
This relation must be
- reflexive (equality a b),
- symmetric (equality a b = equality b a), and
- transitive ((equality a b && equality b c) : equality a c).
result is true iff 'a' is considered to represent the same abstract value
as 'b'.
redefines:
property.equatable.type.equality
0.098dev (GIT hash 24d3437cd83e0dc6a6eb392aaf98ddef3061900e)
last changed: 2026-07-14
Comment of property.equatable.type.equality
equality implements the default equality relation for values of this type.This relation must be
- reflexive (equality a b),
- symmetric (equality a b = equality b a), and
- transitive ((equality a b && equality b c) : equality a c).
result is true iff 'a' is considered to represent the same abstract value
as 'b'.