Sign
Fixtype of signs [C:6.4.4.2] [C:A.1.5].
This is a tagged union type, introduced by fty::deftagsum.
Member Tags → Types
- :plus → sign-plus
- :minus → sign-minus
This corresponds to sign in the grammar in [C].
This captures the two possible signs + and -
used in the exponents of floating constants.
Subtopics
- Sign-case
- Case macro for the different kinds of sign structures.
- Sign-fix
- Fixing function for sign structures.
- Sign-equiv
- Basic equivalence relation for sign structures.
- Signp
- Recognizer for sign structures.
- Sign-plus
- Sign-minus
- Sign-kind
- Get the kind (tag) of a sign structure.