\documentclass{article}

\usepackage{agda}

\begin{document}

\begin{code}
module Indenting4 where
\end{code}

\begin{code}
  Pow : Set  Set₁
  Pow X = X  Set
\end{code}

\end{document}