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 --- examples/mp3/MP3.gf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/mp3/MP3.gf (limited to 'examples/mp3/MP3.gf') diff --git a/examples/mp3/MP3.gf b/examples/mp3/MP3.gf deleted file mode 100644 index cc4dd882a..000000000 --- a/examples/mp3/MP3.gf +++ /dev/null @@ -1,19 +0,0 @@ -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