| << Prev | - Up - | Next >> | 
Entry.ozIn this section, we develop module Entry (see Section A.8) whose purpose is to encode lexicon entries. It imports module Encode which we developed in Section 3.3.2. 
Entry.oz>=functor 
import 
   Encode FS
export 
   <Entry exports> 
define 
   <Entry domain products> 
   <Entry encoder of lexicon entry> 
end| << Prev | - Up - | Next >> |