/usr/share/doc/libghc-midi-doc/html/Sound-MIDI-Message.html is in libghc-midi-doc 0.2.0.1-4build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | <!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>Sound.MIDI.Message</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Sound-MIDI-Message.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Sound-MIDI-Message.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">midi-0.2.0.1: Handling of MIDI messages and files</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Sound.MIDI.Message</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>MIDI messages for real-time communication with MIDI devices.
This does not cover MIDI file events.
For these refer to <a href="Sound-MIDI-File-Event.html">Sound.MIDI.File.Event</a>.
</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:T" class="def">T</a> <a href="src/Sound-MIDI-Message.html#T" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:Channel" class="def">Channel</a> <a href="Sound-MIDI-Message-Channel.html#t:T">T</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a name="v:System" class="def">System</a> <a href="Sound-MIDI-Message-System.html#t:T">T</a></td><td class="doc empty"> </td></tr></table></div><div class="subs instances"><p id="control.i:T" class="caption collapser" onclick="toggleSection('i:T')">Instances</p><div id="section.i:T" class="show"><table><tr><td class="src"><a href="Sound-MIDI-Message-Class-Check.html#t:C">C</a> <a href="Sound-MIDI-Message.html#t:T">T</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="Sound-MIDI-Message-Class-Query.html#t:C">C</a> <a href="Sound-MIDI-Message.html#t:T">T</a></td><td class="doc empty"> </td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:get" class="def">get</a> :: C parser => Fallible parser <a href="Sound-MIDI-Message.html#t:T">T</a><a href="src/Sound-MIDI-Message.html#get" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:getWithStatus" class="def">getWithStatus</a> :: C parser => Fallible (T parser) <a href="Sound-MIDI-Message.html#t:T">T</a><a href="src/Sound-MIDI-Message.html#getWithStatus" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:getIncompleteWithStatus" class="def">getIncompleteWithStatus</a> :: C parser => Partial (Fallible (T parser)) <a href="Sound-MIDI-Message.html#t:T">T</a><a href="src/Sound-MIDI-Message.html#getIncompleteWithStatus" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:put" class="def">put</a> :: C writer => <a href="Sound-MIDI-Message.html#t:T">T</a> -> writer<a href="src/Sound-MIDI-Message.html#put" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:putWithStatus" class="def">putWithStatus</a> :: C writer => <a href="Sound-MIDI-Message.html#t:T">T</a> -> T writer<a href="src/Sound-MIDI-Message.html#putWithStatus" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:maybeFromByteString" class="def">maybeFromByteString</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.0.2/Data-ByteString-Lazy.html#t:ByteString">ByteString</a> -> <a href="Sound-MIDI-Parser-Report.html#t:T">T</a> <a href="Sound-MIDI-Message.html#t:T">T</a><a href="src/Sound-MIDI-Message.html#maybeFromByteString" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:toByteString" class="def">toByteString</a> :: <a href="Sound-MIDI-Message.html#t:T">T</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.0.2/Data-ByteString-Lazy.html#t:ByteString">ByteString</a><a href="src/Sound-MIDI-Message.html#toByteString" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>
|