This file contains hidden or 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
{-# LANGUAGE BlockArguments #-} | |
{-# LANGUAGE LambdaCase #-} | |
{-# LANGUAGE LinearTypes #-} | |
{-# LANGUAGE OverloadedRecordDot #-} | |
{-# LANGUAGE NoImplicitPrelude #-} | |
-- Quick demonstration that linear-base is enough to implement linear logic | |
import Data.Array.Destination | |
import Data.Array.Polarized.Pull |
This file has been truncated, but you can view the full file.