%% This OTP is responsible solely for mapping the lamed, which may be 
%% straight or bent.
input: 
	1;
output: 
	1;

expressions:
	`l' `l'	=> 156 % lameddagesh
		       ;
	`l' `*'	=> 156 % alternate lameddagesh
		       ;  
	`l'	=> 108 % lamed
		;
	.	=>	\1
		;
