Skip to content

Commit

Permalink
Adding a newline at the end of Type.hs-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorcsimma committed Dec 23, 2023
1 parent d1325e7 commit d6d210f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Agda2Hs/Compile/Type.hs-boot
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ module Agda2Hs.Compile.Type where
import Agda.Syntax.Internal ( Term )
import Agda2Hs.Compile.Types

compileType :: Term -> C (Hs.Type ())
compileType :: Term -> C (Hs.Type ())

0 comments on commit d6d210f

Please sign in to comment.