Skip to content

Commit 730e314

Browse files
committedMar 30, 2017
restructured directory by lifting 'impl' up to be the root directory
1 parent 71a13de commit 730e314

File tree

165 files changed

+18
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+18
-177
lines changed
 

‎.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,21 @@ Makefile.coq
1717
*.synctex.gz*
1818

1919
.cask/
20+
21+
typecheck
22+
learn-sml/io
23+
learn-sml/regexp
24+
main-image*
25+
main
26+
*.x86-linux
27+
*.s
28+
*.o
29+
*.asm
30+
.cm
31+
*.cmi
32+
*.cmo
33+
*.grm.*
34+
*.lex.*
35+
*.model
36+
*.lisp
37+
*.smt2

‎impl/Makefile ‎Makefile

File renamed without changes.

0 commit comments

Comments
 (0)