view prepaper/src/AgdaImport.agda @ 14:a63df15c9afc default tip

DONE
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2021 23:36:39 +0900
parents 3dba680da508
children
line wrap: on
line source

import Data.Nat                  -- import module
import Data.Bool as B            -- renamed module
import Data.List using (head)    -- import Data.head function
import Level renaming (suc to S) -- import module with rename suc to S
import Data.String hiding (_++_) -- import module without _++_
open import Data.List            -- import and expand Data.List