Module Allocations_familiales.AllocationsFamilialesIn

type t = {
personne_charge_effective_permanente_est_parent_in : bool;
personne_charge_effective_permanente_remplit_titre_I_in : bool;
ressources_menage_in : Runtime_ocaml.Runtime.money;
residence_in : Collectivite.t;
date_courante_in : Runtime_ocaml.Runtime.date;
enfants_a_charge_in : Enfant.t array;
avait_enfant_a_charge_avant_1er_janvier_2012_in : bool;
}