zeolite-lang 0.1.2.2 → 0.1.2.3
raw patch · 5 files changed
+6/−6 lines, 5 filesdep ~base
Dependency ranges changed: base
Files
- example/hello/README.md +3/−0
- example/regex/README.md +1/−1
- example/tree/README.md +1/−1
- src/Base/CompileError.hs +0/−3
- zeolite-lang.cabal +1/−1
example/hello/README.md view
@@ -1,5 +1,8 @@ # Zeolite Hello Example +*Also see+[a highlighted version of the example code](https://ta0kira.github.io/zeolite/example/hello).*+ To run the example: ```shell
example/regex/README.md view
@@ -1,7 +1,7 @@ # Zeolite Regex Example *Also see-[a highlighted version of the example code](https://ta0kira.github.io/zeolite/example/regex/index.html).*+[a highlighted version of the example code](https://ta0kira.github.io/zeolite/example/regex).* To run the example:
example/tree/README.md view
@@ -1,7 +1,7 @@ # Zeolite Tree Example *Also see-[a highlighted version of the example code](https://ta0kira.github.io/zeolite/example/tree/index.html).*+[a highlighted version of the example code](https://ta0kira.github.io/zeolite/example/tree).* To run the example:
src/Base/CompileError.hs view
@@ -45,9 +45,6 @@ class Monad m => CompileErrorM m where #endif compileErrorM :: String -> m a-#if MIN_VERSION_base(4,9,0)- compileErrorM = fail-#endif isCompileErrorM :: m a -> Bool collectAllOrErrorM :: Foldable f => f (m a) -> m [a] collectOneOrErrorM :: Foldable f => f (m a) -> m a
zeolite-lang.cabal view
@@ -1,5 +1,5 @@ name: zeolite-lang-version: 0.1.2.2+version: 0.1.2.3 synopsis: Zeolite is a statically-typed, general-purpose programming language. description: