The script below contains three syntactic errors. Correct these errors and then check that your script works properly using $\mathrm{GHCi}$.
$$
\begin{aligned}
& \mathrm{N}=\mathrm{a} ' \mathrm{div} \text { length } \mathrm{xs} \\
& \text { where } \\
& \mathrm{a}=10 \\
& \mathrm{xs}=[1,2,3,4,5]
\end{aligned}
$$
where
$a=10$
$x s=[1,2,3,4,5]$