<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Haskell on MayaLucIA</title>
    <link>https://mayalucia.dev/tags/haskell/</link>
    <description>Recent content in Haskell on MayaLucIA</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 25 Feb 2026 12:00:00 +0100</lastBuildDate>
    <atom:link href="https://mayalucia.dev/tags/haskell/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Haskell Track: Executable Specification</title>
      <link>https://mayalucia.dev/modules/mayapramana/haskell/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0100</pubDate>
      <guid>https://mayalucia.dev/modules/mayapramana/haskell/</guid>
      <description>&lt;p&gt;Haskell is the specification language of MāyāPramāṇa. If the Python track asks &amp;ldquo;what happens?&amp;rdquo;, the Haskell track asks &amp;ldquo;what &lt;em&gt;must&lt;/em&gt; happen?&amp;rdquo; Types encode physical units, function signatures encode signal flow, and QuickCheck properties encode the laws of physics.&lt;/p&gt;
&lt;h2 id=&#34;why-haskell-for-physics&#34;&gt;Why Haskell for Physics?&lt;/h2&gt;
&lt;p&gt;Signal processing is inherently compositional. A lock-in amplifier is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;demodulate . lowpass . mix_with_reference . sample
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Each stage is a pure function; the pipeline is their composition. Haskell makes this composition explicit and type-safe. A Kalman filter is a state monad; a PID controller is a feedback arrow. The language&amp;rsquo;s abstractions map directly onto the physics.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
