\documentclass{article}

\usepackage{agda}

\begin{document}

2014-07-29

This is the actual test.

\begin{code}
module _ where

postulate
  IsThisCorrectlyLaTeXed : Set
\end{code}

\end{document}