Skip to content

Commit

Permalink
Changed project's name to Recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Educorreia932 committed Jul 18, 2024
1 parent d897e70 commit 9b8b4c6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# λχ[ ]
<div align=center>
<img src="logo.png">
</div>

λχ[ ] is a polymorphic λ-calculus with support for records and operations to modify them.
This repository contains an Haskell implementation of the calculus and a REPL to interact with it.
Recording is a REPL for a polymorphic $\lambda$-calculus with support for records and polymorphic operations over them.

# Installation

Expand Down
6 changes: 3 additions & 3 deletions citation.bibtex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@software{Da Costa Correia:2024,
AUTHOR = {Da Costa Correia, Eduardo},
MONTH = may,
TITLE = {{λχ[ ]}},
URL = {https://github.com/Educorreia932/FEUP-DISS},
MONTH = july,
TITLE = {Recording},
URL = {https://github.com/Educorreia932/Recording},
YEAR = {2024}
}
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions lambda-chi-brackets.cabal → recording.cabal
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
cabal-version: 3.0
name: lambda-chi-brackets
name: recording
version: 0.1.0.0
license-file: LICENSE
author: Eduardo Correia
maintainer: skelozard1@gmail.com
maintainer: educorreia932@gmail.com
category: Language development
build-type: Simple
extra-doc-files: CHANGELOG.md

source-repository head
type: git
location: https://github.com/Educorreia932/FEUP-DISS
location: https://github.com/Educorreia932/Recording

common warnings
ghc-options: -Wall

executable lambda-chi-brackets
executable recording
import: warnings
main-is: Main.hs
other-modules:
Expand Down Expand Up @@ -69,7 +69,7 @@ library
hs-source-dirs: src
default-language: GHC2021

test-suite lambda-chi-brackets-test
test-suite recording-test
type: exitcode-stdio-1.0
main-is: Tests.hs
other-modules:
Expand All @@ -82,7 +82,7 @@ test-suite lambda-chi-brackets-test
, base ^>=4.18.2.0
, containers
, HUnit ^>=1.6
, lambda-chi-brackets
, recording
, ordered-containers

hs-source-dirs: tests
Expand Down

0 comments on commit 9b8b4c6

Please sign in to comment.