Issue2474.lagda 188 B

123456789101112131415
  1. \documentclass{article}
  2. \usepackage{agda}
  3. \begin{document}
  4. \begin{code}
  5. {-# OPTIONS --allow-unsolved-metas #-}
  6. postulate
  7. F : {_ : Set} → Set
  8. A : Set
  9. A = F
  10. \end{code}
  11. \end{document}