Module Aides_logement.EligibiliteAidesPersonnelleLogement

type t = {
date_courante : Runtime_ocaml.Runtime.date;
eligibilite : bool;
nombre_personnes_a_charge_prises_en_compte : Runtime_ocaml.Runtime.integer;
coefficents_enfants_garde_alternee_pris_en_compte : Runtime_ocaml.Runtime.decimal array;
condition_2_r823_4 : PersonneACharge.t -> bool;
}