<> <> <> <> DIRECTORY Pipal, PipalMutate; PipalMutants: CEDAR DEFINITIONS = BEGIN <> <> <> ChangeAnnotationKeyValue: PROC [mutant: PipalMutate.Mutant, key: ATOM, value: REF]; <> <<>> ChangeAnnotationChild: PROC [mutant: PipalMutate.Mutant, key: ATOM, value: REF]; <> <<>> RemoveAnnotation: PROC [mutant: PipalMutate.Mutant]; <> <<>> <> Add: PROC [mutant: PipalMutate.Mutant, child: Pipal.Object, position: NAT _ 0]; <> Delete: PROC [mutant: PipalMutate.Mutant, position: NAT _ 0]; <> <<>> END.