pub fn pretty_find_with_representation(
decl: &DeclarationPtr,
repr: &str,
) -> Option<String>Expand description
Pretty-print a find/findAux declaration with repr annotated on its domain.
Example: find x: set (representation packed, maxSize 3) of int(1..4).