Skip to content
Snippets Groups Projects
Select Git revision
  • 285a3df56c70cc82e82b18b3c6ae471bdac7b442
  • main default protected
  • mathstodon-4.3.6
  • mathstodon-4.3.x
  • mathstodon-4.2.15
  • mathstodon-4.2.10
  • mathstodon-4.2.7
  • mathstodon-4.2.6
  • v4.2.5
  • v4.2.2
  • mathstodon-4.2.5
  • mathstodon-4.2
  • mathstodon-4.1
  • mastodon-4.1.3
  • v4.1.3
  • v4.1.0-diff
  • mathstodon-4.1.0
  • mastodon-v4.1.0
  • v4.0.2
  • mathstodon-4.0.2
  • mathstodon-3.5.3
  • v4.0.0rc3
  • v4.0.0rc2
  • v4.0.0rc1
  • v3.5.3
  • v3.4.8
  • v3.5.2
  • v3.5.1
  • v3.4.7
  • v3.3.3
  • v3.5.0
  • v3.5.0rc3
  • v3.5.0rc2
  • v3.5.0rc1
  • v3.4.6
  • v3.3.2
  • v3.3.1
  • v3.4.5
  • v3.4.4
  • v3.4.3
  • v3.4.2
41 results

.haml-lint_todo.yml

Blame
  • _CoqProject 3.96 KiB
    -R Requisite Requisite
    -R Logic Logic
    -R Numbers Numbers
    -R Subsets Subsets
    -R Algebra Algebra
    -R Lebesgue Lebesgue
    -R LM LM
    -R FEM FEM
    
    # To hide warnings about notations redefined in SSReflect/MathComp
    -arg "-w -notation-overridden"
    -arg "-w -hiding-delimiting-key"
    # To hide warnings about coercion in Coquelicot
    -arg "-w -ambiguous-paths"
    
    -docroot .
    
    #
    # Requisite.
    #
    
    ./Requisite/stdlib.v
    ./Requisite/stdlib_wR.v
    ./Requisite/ssr.v
    ./Requisite/ssr_wMC.v
    
    #
    # Logic.
    #
    
    ./Logic/logic_compl.v
    
    # For LM.
    ./Logic/logic_tricks.v
    
    #
    # Numbers.
    #
    
    ./Numbers/nat_compl.v
    ./Numbers/countable_sets.v
    
    # Coming from LM.
    ./Numbers/R_compl.v
    
    ./Numbers/Numbers_wDep.v
    
    #
    # Subsets.
    #
    
    ./Subsets/FinBij.v
    ./Subsets/Subset.v
    ./Subsets/Subset_dec.v
    ./Subsets/Subset_charac.v
    ./Subsets/Subset_finite.v
    ./Subsets/Subset_any.v
    ./Subsets/Subset_seq.v
    
    ./Subsets/Function.v
    ./Subsets/Function_sub.v
    ./Subsets/Sub_type.v
    ./Subsets/Binary_relation.v
    
    ./Subsets/ord_compl.v
    ./Subsets/Finite_family.v
    ./Subsets/Finite_table.v
    
    ./Subsets/Subsets.v
    ./Subsets/Subsets_wDep.v
    
    #
    # Algebra.
    #
    
    ./Algebra/Hierarchy_compl.v
    ./Algebra/Sub_struct.v
    
    ./Algebra/Monoid/Monoid_compl.v
    ./Algebra/Monoid/Monoid_FF.v
    ./Algebra/Monoid/Monoid_FT.v
    ./Algebra/Monoid/Monoid_sum.v
    ./Algebra/Monoid/Monoid_morphism.v
    ./Algebra/Monoid/Monoid_sub.v
    ./Algebra/Monoid/MonoidMult.v
    ./Algebra/Monoid/MonoidComp.v
    ./Algebra/Monoid/ConcatnF.v
    ./Algebra/Monoid/Monomial_order.v
    ./Algebra/Monoid.v
    
    ./Algebra/Group/Group_compl.v
    ./Algebra/Group/Group_morphism.v
    ./Algebra/Group/Group_sub.v
    ./Algebra/Group/GroupMult.v
    ./Algebra/Group.v
    
    ./Algebra/Ring/Ring_compl.v
    ./Algebra/Ring/Ring_FF_FT.v
    ./Algebra/Ring/Ring_charac.v
    ./Algebra/Ring/Ring_kron.v
    ./Algebra/Ring/Ring_morphism.v
    ./Algebra/Ring/Ring_sub.v
    ./Algebra/Ring.v
    
    ./Algebra/ModuleSpace/ModuleSpace_compl.v
    ./Algebra/ModuleSpace/ModuleSpace_FF_FT.v
    ./Algebra/ModuleSpace/ModuleSpace_lin_comb.v
    ./Algebra/ModuleSpace/ModuleSpace_lin_map.v
    ./Algebra/ModuleSpace/ModuleSpace_sub.v
    ./Algebra/ModuleSpace/ModuleSpace_R_compl.v
    ./Algebra/ModuleSpace.v
    
    ./Algebra/AffineSpace/AffineSpace_base.v
    ./Algebra/AffineSpace.v
    
    ./Algebra/Finite_dim/matrix.v
    ./Algebra/Finite_dim/Finite_dim_base.v
    ./Algebra/Finite_dim/Finite_dim_R.v
    ./Algebra/Finite_dim.v
    
    ./Algebra/binomial_compl.v
    
    ./Algebra/Algebra.v
    ./Algebra/Algebra_wDep.v
    
    #
    # Lebesgue integration.
    #
    
    ./Lebesgue/subset_compl.v
    ./Lebesgue/list_compl.v
    ./Lebesgue/sort_compl.v
    ./Lebesgue/R_compl.v
    ./Lebesgue/LF_subcover.v
    ./Lebesgue/Rbar_compl.v
    ./Lebesgue/UniformSpace_compl.v
    ./Lebesgue/topo_bases_R.v
    ./Lebesgue/sum_Rbar_nonneg.v
    
    ./Lebesgue/sigma_algebra.v
    ./Lebesgue/sigma_algebra_R_Rbar.v
    
    ./Lebesgue/Subset_system_def.v
    ./Lebesgue/Subset_system_base.v
    ./Lebesgue/Subset_system_gen.v
    ./Lebesgue/Subset_system.v
    
    ./Lebesgue/measurable_fun.v
    
    ./Lebesgue/measure.v
    ./Lebesgue/measure_uniq.v
    ./Lebesgue/measure_R.v
    
    ./Lebesgue/simple_fun.v
    ./Lebesgue/Mp.v
    ./Lebesgue/LInt_p.v
    ./Lebesgue/Tonelli.v
    
    ./Lebesgue/Lebesgue_p.v
    ./Lebesgue/Lebesgue_p_wDep.v
    
    # Bochner integral.
    ./Lebesgue/Bochner/square_bij.v
    ./Lebesgue/Bochner/series.v
    ./Lebesgue/Bochner/complete_normed_module_series.v
    ./Lebesgue/Bochner/hierarchy_notations.v
    ./Lebesgue/Bochner/Rmax_n.v
    ./Lebesgue/Bochner/topology_compl.v
    ./Lebesgue/Bochner/simpl_fun.v
    ./Lebesgue/Bochner/CUS_Lim_seq.v
    ./Lebesgue/Bochner/BInt_sf.v
    ./Lebesgue/Bochner/Bsf_Lsf.v
    ./Lebesgue/Bochner/Bi_fun.v
    ./Lebesgue/Bochner/BInt_Bif.v
    ./Lebesgue/Bochner/BInt_LInt_p.v
    ./Lebesgue/Bochner/BInt_R.v
    ./Lebesgue/Bochner/B_spaces.v
    
    ./Lebesgue/Bochner.v
    ./Lebesgue/Bochner_wDep.v
    
    ./Lebesgue/LInt.v
    #./Lebesgue/LInt_calc.v
    
    #
    # Lax-Milgram theorem.
    #
    
    ./LM/fixed_point.v
    ./LM/direct_sum.v
    ./LM/hilbert.v
    ./LM/continuous_linear_map.v
    ./LM/hierarchyD.v
    ./LM/lax_milgram.v
    ./LM/lax_milgram_cea.v
    ./LM/finitedim.v
    
    #
    # Finite-element method.
    #
    
    ./FEM/geometry.v
    ./FEM/monomial.v
    ./FEM/multi_index.v
    ./FEM/poly_Pdk.v
    ./FEM/geom_simplex.v
    ./FEM/poly_LagPd1_ref.v
    ./FEM/geom_transf_affine.v
    ./FEM/poly_LagPd1_cur.v
    ./FEM/poly_LagP1k.v
    ./FEM/FE.v
    ./FEM/FE_simplex.v
    ./FEM/FE_LagP.v