4 lines
91 B
Text
4 lines
91 B
Text
structure Color
|
|
(red : Nat) (green : Nat) (blue : Nat)
|
|
|
|
def yellow := Color.mk 255 255 0
|