%% This OTP is responsible solely for mapping the lamed, which is here 
%% bent.
input: 
	1;
output: 
	1;

expressions:
	`l' `l'	=> 172 % lameddagesh
		       ;
	`l' `*'	=> 172 % alternate lameddagesh
		       ;  
	`l'	=> 140 % lamed
		;
	.	=>	\1
		;
