It seems that there is a new feature that makes paragraphs all-caps??? WHAT? What-is-this-capitalization-scheme? Or is it just the first line ??
testing… 1, 2, 3… Okay, just first line of first paragraph. lovely!
Now then, having learned of causes for all the quirks in life, we should continue by introducing my own representation for talking about functions. Let the identity brane be the functional association of types with a set of formal parameter names:
{ "first parameter" : Integer "second parameter" : Boolean }
The actual parameters has a dependently typed I-Brane having instances that look like:
{ "first parameter" : 1 "second parameter" : False }
For convenience, we endow and
with mutators: for some
we can write
to mean adding a parameter to the formal parameter specification,
to mean removing a formal parameter. similarly: with
the expression
has type
and can be used in the full invocation of any function typed
Finally we type the type signature:
so, the type bounds would be able to stipulate that
Note the should mostly be defined for functions
that has
as a formal parameter:
.
{{{ [ ] type up concrete example using ML [ ] dive into type definitions to be more rigorous. }}}