NEXT ·  UP ·  PREVIOUS ·  CONTENTS ·  INDEX

The Standard ML library

As promised, let us consider some of the components in the Standard ML library. We will focus on those functions which work with the Standard ML types which we have met and defer inspection of more advanced features of the library until later. The components of the Standard ML library are Standard ML modules, called structures. We can think of these as boxed-up collections of functions, values and types.





NEXT ·  UP ·  PREVIOUS ·  CONTENTS ·  INDEX