src/HOLCF/domain/library.ML
changeset 2446 c2a9bf6c0948
parent 2445 51993fea433f
child 2719 27167b432e7a
equal deleted inserted replaced
2445:51993fea433f 2446:c2a9bf6c0948
     3     Author : David von Oheimb
     3     Author : David von Oheimb
     4     Copyright 1995, 1996 TU Muenchen
     4     Copyright 1995, 1996 TU Muenchen
     5 
     5 
     6 library for domain section
     6 library for domain section
     7 *)
     7 *)
       
     8 
     8 
     9 
     9 (* ----- general support ---------------------------------------------------- *)
    10 (* ----- general support ---------------------------------------------------- *)
    10 
    11 
    11 fun Id x = x;
    12 fun Id x = x;
    12 
    13