ladder-calculus/beamer/sea-of-types/sea-of-types-2-real.dot

12 lines
270 B
Text
Raw Normal View History

2024-09-23 23:06:05 +02:00
digraph SeaOfTypes {
Byte4 [label="[Byte; 4]", fontsize=24, shape=plaintext];
IEEE754single [label="IEEE-754.single", fontsize=24, shape=plaintext];
Real [label="", fontsize=28, shape=plaintext];
IEEE754single -> Byte4
Real -> IEEE754single
}