1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
opal-examples/Blatt06/Person.sign
2013-10-19 01:17:37 +02:00

15 lines
268 B
Plaintext

SIGNATURE Person
IMPORT Nat ONLY nat
TYPE date == date(day : nat,
month : nat,
year : nat)
TYPE person == person(name : denotation,
surname : denotation,
birthdate : date)