DEV Community

Discussion on: Dependency Analysis of Haskell Declarations

Collapse
 
luismed15971068 profile image
luis medina

Where can I learn to understand that notation, it would help me to know what it is called. It is lambda calculus

Collapse
 
serokell profile image
Serokell • Edited

Hi! Which notation do you mean, exactly?

Collapse
 
luismed15971068 profile image
luis medina

Γ::=∅∣Γ,x:τ\Gamma ::= \varnothing \mid \Gamma, x : \tau
Γ::=∅∣Γ,x:τ
👆this notation, thanks for answering

Thread Thread
 
serokell profile image
Serokell

This is incorrectly rendered LaTeX from our website. You can see the original equation here: serokell.io/blog/dependency-analys...

I'm not the author, but AFAIK, it is not connected with lambda calculus, it's math notation from type theory. If you really would like to learn more about type theory, probably something like this would be a good start.

Thread Thread
 
luismed15971068 profile image
luis medina

Thank You 👍

Thread Thread
 
luismed15971068 profile image
luis medina

Thank You 👍