#load "./my_extension.cmo";; (* this sort of thing works too: *) type person = LOCAL {name:string; addr:string; friends:plist} and plist = Plist_person of (person * plist) | List_End;;