Skip to content
Snippets Groups Projects
Commit e8628f60 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Comment on function type.

parent 9be270e7
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,11 @@ Section fn.
ty.(ty_wf_E) ++ ty.(ty_outlives_E) ϝ)
tys ty.
(* The other alternative for defining the fn type would be to state
that the value applied to its parameters is a typed body whose type
is the return type.
That would be slightly simpler, but, unfortunately, we are no longer
able to prove that this is contractive. *)
Program Definition fn (fp : A fn_params) : type :=
{| st_own tid vl := ( fb kb xb e H,
vl = [@RecV fb (kb::xb) e H] length xb = n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment