Viewing profile — bob-ROS
bob-ROS
HN member- Joined
- Sun, Mar 28, 2021, 11:01 AM UTC
- HN karma
- 4
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About bob-ROS
No profile information was provided.
Recent public activity
-
comment
Comment #26609738
Yes, that works.
-
comment
Comment #26609493
I got it working with: with Ada.Text_IO; use Ada.Text_IO; procedure Main is type Distance is new Float; type Area is new Float; function "*" (Left, Right : Distance) return Area is…