Created
April 22, 2019 20:16
-
-
Save Forty-Bot/432269e7b191e6af3005e59656264ba9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ agda -l standard-library --library-file=<(echo -e "/usr/share/agda/lib/standard-library.agda-lib") tt.agda | |
/home/user/devel/agda/tt.agda:2,8-10 | |
The name of the top level module does not match the file name. The | |
module tt should be defined in one of the following files: | |
/usr/share/agda/lib/stdlib/tt.agda | |
/usr/share/agda/lib/stdlib/tt.lagda | |
/usr/share/agda/lib/prim/tt.agda | |
/usr/share/agda/lib/prim/tt.lagda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment