Live data from Hacker News

Viewing profile — bob-ROS

bob-ROS

HN member
Joined
Sun, Mar 28, 2021, 11:01 AM UTC
HN karma
4
Public activity
2 items

About bob-ROS

No profile information was provided.

Recent public activity

  1. comment
    Comment #26609738

    Yes, that works.

  2. 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…