-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d393200
commit eda1ec5
Showing
53 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Data.Katydid.Parser.Json</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data.Katydid.Parser.Json.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">katydid-0.4.0.1: A haskell implementation of Katydid</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Data.Katydid.Parser.Json</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#section.orphans">Orphan instances</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>This module contains the Json Parser.</p></div></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:decodeJSON">decodeJSON</a> :: <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> -> <a href="../base-4.11.1.0/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> [<a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a>]</li><li class="src short"><span class="keyword">type</span> <a href="#t:JsonTree">JsonTree</a> = <a href="../containers-0.5.11.0/Data-Tree.html#t:Tree" title="Data.Tree">Tree</a> <a href="Data-Katydid-Parser-Parser.html#t:Label" title="Data.Katydid.Parser.Parser">Label</a></li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:decodeJSON" class="def">decodeJSON</a> :: <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> -> <a href="../base-4.11.1.0/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> [<a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a>] <a href="src/Data.Katydid.Parser.Json.html#decodeJSON" class="link">Source</a> <a href="#v:decodeJSON" class="selflink">#</a></p><div class="doc"><p>decodeJSON returns a JsonTree, given an input string.</p></div></div><div class="top"><p class="src"><span class="keyword">type</span> <a id="t:JsonTree" class="def">JsonTree</a> = <a href="../containers-0.5.11.0/Data-Tree.html#t:Tree" title="Data.Tree">Tree</a> <a href="Data-Katydid-Parser-Parser.html#t:Label" title="Data.Katydid.Parser.Parser">Label</a> <a href="src/Data.Katydid.Parser.Json.html#JsonTree" class="link">Source</a> <a href="#t:JsonTree" class="selflink">#</a></p><div class="doc"><p>JsonTree is a tree that can be validated by Relapse.</p></div></div><h1>Orphan instances</h1><div id="section.orphans"><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:o:ic:Tree:Tree:1"></span> <a href="Data-Katydid-Parser-Parser.html#t:Tree" title="Data.Katydid.Parser.Parser">Tree</a> <a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a></span> <a href="src/Data.Katydid.Parser.Json.html#line-17" class="link">Source</a> <a href="#v:-36-fTreeTree" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:o:ic:Tree:Tree:1"><summary class="hide-when-js-enabled">Instance details</summary><p></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:getLabel">getLabel</a> :: <a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a> -> <a href="Data-Katydid-Parser-Parser.html#t:Label" title="Data.Katydid.Parser.Parser">Label</a> <a href="src/Data.Katydid.Parser.Parser.html#getLabel" class="link">Source</a> <a href="#v:getLabel" class="selflink">#</a></p><p class="src"><a href="#v:getChildren">getChildren</a> :: <a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a> -> [<a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a>] <a href="src/Data.Katydid.Parser.Parser.html#getChildren" class="link">Source</a> <a href="#v:getChildren" class="selflink">#</a></p></div></details></td></tr></table></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.20.0</p></div></body></html> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Data.Katydid.Parser.Json</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data.Katydid.Parser.Json.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">katydid-0.4.0.2: A haskell implementation of Katydid</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Data.Katydid.Parser.Json</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#section.orphans">Orphan instances</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>This module contains the Json Parser.</p></div></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:decodeJSON">decodeJSON</a> :: <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> -> <a href="../base-4.11.1.0/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> [<a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a>]</li><li class="src short"><span class="keyword">type</span> <a href="#t:JsonTree">JsonTree</a> = <a href="../containers-0.5.11.0/Data-Tree.html#t:Tree" title="Data.Tree">Tree</a> <a href="Data-Katydid-Parser-Parser.html#t:Label" title="Data.Katydid.Parser.Parser">Label</a></li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:decodeJSON" class="def">decodeJSON</a> :: <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> -> <a href="../base-4.11.1.0/Data-Either.html#t:Either" title="Data.Either">Either</a> <a href="../base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> [<a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a>] <a href="src/Data.Katydid.Parser.Json.html#decodeJSON" class="link">Source</a> <a href="#v:decodeJSON" class="selflink">#</a></p><div class="doc"><p>decodeJSON returns a JsonTree, given an input string.</p></div></div><div class="top"><p class="src"><span class="keyword">type</span> <a id="t:JsonTree" class="def">JsonTree</a> = <a href="../containers-0.5.11.0/Data-Tree.html#t:Tree" title="Data.Tree">Tree</a> <a href="Data-Katydid-Parser-Parser.html#t:Label" title="Data.Katydid.Parser.Parser">Label</a> <a href="src/Data.Katydid.Parser.Json.html#JsonTree" class="link">Source</a> <a href="#t:JsonTree" class="selflink">#</a></p><div class="doc"><p>JsonTree is a tree that can be validated by Relapse.</p></div></div><h1>Orphan instances</h1><div id="section.orphans"><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:o:ic:Tree:Tree:1"></span> <a href="Data-Katydid-Parser-Parser.html#t:Tree" title="Data.Katydid.Parser.Parser">Tree</a> <a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a></span> <a href="src/Data.Katydid.Parser.Json.html#line-17" class="link">Source</a> <a href="#v:-36-fTreeTree" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:o:ic:Tree:Tree:1"><summary class="hide-when-js-enabled">Instance details</summary><p></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:getLabel">getLabel</a> :: <a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a> -> <a href="Data-Katydid-Parser-Parser.html#t:Label" title="Data.Katydid.Parser.Parser">Label</a> <a href="src/Data.Katydid.Parser.Parser.html#getLabel" class="link">Source</a> <a href="#v:getLabel" class="selflink">#</a></p><p class="src"><a href="#v:getChildren">getChildren</a> :: <a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a> -> [<a href="Data-Katydid-Parser-Json.html#t:JsonTree" title="Data.Katydid.Parser.Json">JsonTree</a>] <a href="src/Data.Katydid.Parser.Parser.html#getChildren" class="link">Source</a> <a href="#v:getChildren" class="selflink">#</a></p></div></details></td></tr></table></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.20.0</p></div></body></html> |
Oops, something went wrong.