I am reading the paper titled "A Theory for Record Linkage" by Pellegi & Stunter, where they present the following definition:
$$ \gamma [ \alpha (a), \beta (b)]=\{ \gamma ^{1}[ \alpha (a), \beta (b)],\ .\ .\ .\ , \gamma^{k}[ \alpha (a), \beta (b)]\} $$
I understand $ f(x,y) $ which we're all familiar with, but what is $ f[x,y] $ ?
Perhaps the author is trying to comply with a rule that states you should avoid nested parenthesis, so he just uses brackets insted of double parenthesis but the meaning is the same.