1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00
Commit Graph

1074 Commits

Author SHA1 Message Date
Rob Rix
b44485b8d4 Merge branch 'master' into tableofcontentsby-bugfix 2017-10-13 14:24:43 -04:00
Ayman Nadeem
8f496db787 delete Unchanged entries 2017-10-13 10:50:29 -07:00
Ayman Nadeem
159e3c14a7 corrects predicate 2017-10-12 14:07:27 -07:00
Rick Winfrey
5f482fbb4f Rename markup to markdown 2017-10-10 17:25:45 -07:00
Rick Winfrey
2be6e5eef6 Update Markdown 2017-10-10 15:24:25 -07:00
Ayman Nadeem
cdb78619f6 WIP test fixes 2017-10-10 13:56:09 -07:00
Ayman Nadeem
6f6e70fad8 modify tableOfContentsBy method 2017-10-10 11:34:33 -07:00
Rob Rix
f146394608 Use Proxy instead of undefined for consistency & future-proofing. 2017-10-06 13:19:55 -04:00
Rob Rix
5e163648da Link to AdvancedOverlap. 2017-10-06 11:30:06 -04:00
Rob Rix
c474b15ee2 Note that you don’t want new instances of HasDeclarationWithStrategy. 2017-10-06 11:29:10 -04:00
Rob Rix
88477db7fa 📝 the HasDeclarationWithStrategy instances. 2017-10-06 11:28:07 -04:00
Rob Rix
f7cec59848 📝 DeclarationStrategy. 2017-10-06 11:26:30 -04:00
Rob Rix
5b0479e724 Rename the part type parameter to syntax. 2017-10-06 11:23:07 -04:00
Rob Rix
63afadfb8e 📝 HasDeclarationWithStrategy. 2017-10-06 11:22:36 -04:00
Rob Rix
28dc2ce1dd 📝 the Union instance. 2017-10-06 11:21:58 -04:00
Rob Rix
1b8836b0ec 📝 the Declaration.Method instance. 2017-10-06 11:20:57 -04:00
Rob Rix
e3e120ad74 📝 the Declaration.Function instance. 2017-10-06 11:19:34 -04:00
Rob Rix
552e3c0a5d Clarify the Markup.Section instance docs. 2017-10-06 11:18:27 -04:00
Rob Rix
c8a3116cf6 📝 the Syntax.Error instance. 2017-10-06 11:18:02 -04:00
Rob Rix
ef8a734c17 📝 the Markup.Section instance. 2017-10-06 11:17:40 -04:00
Rob Rix
a746547fd2 📝 customToDeclaration. 2017-10-06 11:17:01 -04:00
Rob Rix
0aa58d68a7 📝 CustomHasDeclaration. 2017-10-06 11:16:54 -04:00
Rob Rix
2027e94622 📝 the HasDeclaration instance. 2017-10-06 11:15:22 -04:00
Rob Rix
926f9a256d 📝 toDeclaration. 2017-10-06 11:09:47 -04:00
Rob Rix
570c5c3327 📝 HasDeclaration. 2017-10-06 11:09:42 -04:00
Rob Rix
4ab27365da Move the HasDeclaration instance up next to the typeclass. 2017-10-06 11:07:20 -04:00
Rob Rix
1ce6693dc2 📝 declarationAlgebra. 2017-10-06 11:06:42 -04:00
Rob Rix
b305182f50 Sort the declarationAlgebra higher. 2017-10-06 11:02:42 -04:00
Rob Rix
981eda3b61 📝 Strategy. 2017-10-06 11:01:36 -04:00
Rob Rix
5510e5b0fd Revert "Add Syntax to the DeclarationStrategy predicate."
This reverts commit dc841faff44ea966969563f729ee23edc03e2db8.
2017-10-06 10:30:17 -04:00
Rob Rix
3830324818 🔥 the first parameter to HasDeclaration. 2017-10-06 10:25:59 -04:00
Rob Rix
7ae35a79c2 Revert "Define a CustomHasDeclaration instance for Syntax."
This reverts commit 91510ce6e8c93f1728c138905b26bb93630f8864.
2017-10-06 10:24:50 -04:00
Rob Rix
913d0f6979 Revert "🔥 syntaxDeclarationAlgebra."
This reverts commit 042d42db1a9df6876ec061de35517f3e823f16e3.
2017-10-06 10:23:56 -04:00
Rob Rix
a644e46efc Test for emptiness without a membership constraint. 2017-10-06 10:17:17 -04:00
Rob Rix
53e6f80d93 Add Syntax to the DeclarationStrategy predicate. 2017-10-06 10:14:05 -04:00
Rob Rix
5b55bb37a9 🔥 syntaxDeclarationAlgebra. 2017-10-05 20:38:35 -04:00
Rob Rix
e6ad277ef7 Define a CustomHasDeclaration instance for Syntax. 2017-10-05 20:37:20 -04:00
Rob Rix
25ca026c83 🔥 markupSectionAlgebra. 2017-10-05 20:36:33 -04:00
Rob Rix
072f3e1e0a Replace declarationAlgebra with toDeclarationAlgebra. 2017-10-05 20:32:57 -04:00
Rob Rix
6082c5090e Export HasDeclaration. 2017-10-05 20:30:33 -04:00
Rob Rix
17be494d3c Rename toDeclaration' to customToDeclaration. 2017-10-05 20:07:25 -04:00
Rob Rix
544071884b Rename HasDeclaration' to CustomHasDeclaration. 2017-10-05 20:06:34 -04:00
Rob Rix
f701045232 Define a HasDeclaration' instance for Declaration.Method. 2017-10-05 20:04:42 -04:00
Rob Rix
683ea586d5 Comment on the named functions clause. 2017-10-05 20:02:34 -04:00
Rob Rix
8284db1320 We have a custom instance for Error, not Empty. 2017-10-05 19:38:23 -04:00
Rob Rix
025429f6cc Add the Union to the predicate. 2017-10-05 19:31:22 -04:00
Rob Rix
43df678875 Add Syntax.Empty & Declaration.Function to the predicate. 2017-10-05 19:29:55 -04:00
Rob Rix
bc73d982a9 Define a HasDeclaration' instance for Declaration.Function. 2017-10-05 19:26:31 -04:00
Rob Rix
b2cb5764fa Split up HasDeclaration into two typeclasses. 2017-10-05 12:36:58 -04:00
Rob Rix
76f3e2049a Define a HasDeclaration instance for Unions. 2017-10-05 12:34:19 -04:00