Skip to content

Commit 3560d7d

Browse files
committed
Merge branch 'dev-mergedrepos' into src. Closes #28.
2 parents 5e8b411 + 0291014 commit 3560d7d

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

contact.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
# Contact & Help
22
Having trouble using Copilot, or encountered a possible bug? Asking questions
3-
or reporting bugs can both be done through the issue tracker at GitHub. This
3+
or reporting bugs can both be done through the [issue
4+
tracker](https://github.com/copilot-language/copilot/issues) at GitHub. This
45
helps us keep track of open bugs and problems, and allows us to easily comment
56
and discuss the issue.
67

7-
As Copilot consists of several packages, each of them comes with its own issue
8-
tracker. If you have a question about a specific package or encountered a
9-
problem specific to a package, please report the problem at that package, if
10-
possible. In all other cases, please refer to the issue tracker of the general
11-
Copilot package:
12-
13-
* [copilot](https://github.com/Copilot-Language/Copilot/issues) (General issues)
14-
* [copilot-core](https://github.com/Copilot-Language/copilot-core/issues)
15-
* [copilot-language](https://github.com/Copilot-Language/copilot-language/issues)
16-
* [copilot-libraries](https://github.com/Copilot-Language/copilot-libraries/issues)
17-
(Issues with any of the functions defined in the library)
18-
* [copilot-c99](https://github.com/Copilot-Language/copilot-c99/issues) (Issues
19-
with generating C code)
20-
* [copilot-theorem](https://github.com/Copilot-Language/copilot-theorem/issues)
21-
228

239
## General Questions
2410
For general questions about Copilot, questions that are unsuited to be posted

documentation.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,37 @@ A manual to Copilot can be downloaded [here](downloads/copilot_tutorial.pdf).
44
Copilot comes with a set of examples as part of its distribution, available in
55
the [Examples
66
directory](https://github.com/Copilot-Language/Copilot/tree/master/Examples) of
7-
the main repository.
7+
the repository.
88

99

1010
## Structure and Sources
1111
Apart from the Copilot [Github project
1212
page](https://github.com/Copilot-Language), there are a number of sub-projects
13-
that make up Copilot:
13+
that make up Copilot, that all share a single repository:
1414

15-
- `Copilot`: The main Copilot package, to which all others are a dependency.
15+
- `copilot`: The main Copilot package, to which all others are a dependency.
1616
One should install this one to install Copilot.
17-
([Sources](https://github.com/Copilot-Language/Copilot))
17+
([Sources](https://github.com/Copilot-Language/copilot))
1818
([Hackage](https://hackage.haskell.org/package/copilot))
1919

2020
- `copilot-core`: The core language, which efficiently represents Copilot
2121
expressions. The core is only of interest to implementers wishing to add a
2222
new back-end to Copilot.
23-
([Sources](https://github.com/Copilot-Language/copilot-core))
2423
([Hackage](https://hackage.haskell.org/package/copilot-core))
2524

2625
- `copilot-language`: The front-end of Copilot defining the user language. A
2726
user of Copilot typically interacts with this library.
28-
([Sources](https://github.com/Copilot-Language/copilot-language))
2927
([Hackage](https://hackage.haskell.org/package/copilot-language))
3028

3129
- `copilot-libraries`: User-supplied libraries for Copilot, including
3230
linear-temporal logic, fault-tolerant voting, regular expressions, etc.
33-
([Sources](https://github.com/Copilot-Language/copilot-libraries))
3431
([Hackage](https://hackage.haskell.org/package/copilot-libraries))
3532

3633
- `copilot-c99`: A backend writing hard realtime C99 code. It writes
3734
readable output and ensures the output code is constant in memory and time.
38-
([Sources](https://github.com/Copilot-Language/copilot-c99))
3935
([Hackage](https://hackage.haskell.org/package/copilot-c99))
4036

4137
- `copilot-theorem`: Some tools to prove properties on Copilot.
42-
([Sources](https://github.com/Copilot-Language/copilot-theorem))
4338
([Hackage](https://hackage.haskell.org/package/copilot-theorem))
4439

4540
Additionally there is a specific repository that lists most of the papers and

0 commit comments

Comments
 (0)