From e9e80fc389365e24d4300d7d5390c7d833a96c50 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 25 Jun 2008 16:54:35 +0000 Subject: changed names of resource-1.3; added a note on homepage on release --- old-examples/mp3/MP3.gf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 old-examples/mp3/MP3.gf (limited to 'old-examples/mp3/MP3.gf') diff --git a/old-examples/mp3/MP3.gf b/old-examples/mp3/MP3.gf new file mode 100644 index 000000000..cc4dd882a --- /dev/null +++ b/old-examples/mp3/MP3.gf @@ -0,0 +1,19 @@ +abstract MP3 = { + cat + Move ; + Song ; + + fun + Play : Song -> Move ; + CanPlay : Song -> Move ; + WantPlay : Song -> Move ; + WhichPlay : Move ; + + ThisSong : Song ; + This : Song ; + + Yesterday : Song ; + +---- MkSong : String -> Song ; + +} -- cgit v1.2.3