Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!munnari.oz.au!cs.mu.oz.au!ok From: ok@cs.mu.oz.au (Richard O'Keefe) Newsgroups: comp.lang.prolog Subject: Re: different Prologs? Summary: oops Message-ID: <2370@munnari.oz.au> Date: 10 Oct 89 03:35:42 GMT References: <111000002@uxa.cso.uiuc.edu> <2365@munnari.oz.au> Sender: news@cs.mu.oz.au Lines: 10 In article <2365@munnari.oz.au>, ok@cs.mu.oz.au I wrote > file(NonTerminal, File) :- which should have been file_phrase(NonTerminal, File) > stream_phrase(NonTerminal, Stream) :- which should also have been file_phrase(NonTerminal, File)