remove simple

This commit is contained in:
Nathan McCarty 2022-12-07 15:00:06 -05:00
parent 1e25a65c09
commit 39cf6654ba
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 0 additions and 26 deletions

View File

@ -6,32 +6,6 @@ import System.File.ReadWrite
%default total
simple = """
$ cd /
$ ls
dir a
14848514 b.txt
8504156 c.dat
dir d
$ cd a
$ ls
dir e
29116 f
2557 g
62596 h.lst
$ cd e
$ ls
584 i
$ cd ..
$ cd ..
$ cd d
$ ls
4060174 j
8033020 d.log
5626152 d.ext
7214296 k
"""
data DirEntry = File String Nat | Directory String
Show DirEntry where