Renaming Main to PrettyPrinter

This commit is contained in:
ajeffrey@roblox.com 2022-02-07 17:20:56 -06:00
parent ce9b7e4c70
commit e86b9772c8

View file

@ -1,4 +1,4 @@
module Main where
module PrettyPrinter where
open import Agda.Builtin.IO using (IO)
open import Agda.Builtin.Int using (pos)