annotate paper/src/AgdaImport.agda.replaced @ 19:046b2b20d6c7 default tip

fix
author ryokka
date Mon, 09 Mar 2020 11:25:49 +0900
parents c7acb9211784
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
c7acb9211784 add code, figure. and paper fix content
ryokka
parents:
diff changeset
1 import Data.Nat -- import module
c7acb9211784 add code, figure. and paper fix content
ryokka
parents:
diff changeset
2 import Data.Bool as B -- renamed module
c7acb9211784 add code, figure. and paper fix content
ryokka
parents:
diff changeset
3 import Data.List using (head) -- import Data.head function
c7acb9211784 add code, figure. and paper fix content
ryokka
parents:
diff changeset
4 import Level renaming (suc to S) -- import module with rename suc to S
c7acb9211784 add code, figure. and paper fix content
ryokka
parents:
diff changeset
5 import Data.String hiding (_++_) -- import module without _++_
c7acb9211784 add code, figure. and paper fix content
ryokka
parents:
diff changeset
6 open import Data.List -- import and expand Data.List