rename mondo package to mondolang

This commit is contained in:
Felix Roos 2025-05-02 16:20:23 +02:00
parent 4208c79c09
commit 607a6121bc
No known key found for this signature in database
5 changed files with 8 additions and 4 deletions

View file

@ -13,7 +13,7 @@ import {
silence,
} from '@strudel/core';
import { registerLanguage } from '@strudel/transpiler';
import { MondoRunner } from '../mondo/mondo.mjs';
import { MondoRunner } from 'mondolang';
const tail = (friend, pat) => pat.fmap((a) => (b) => (Array.isArray(a) ? [...a, b] : [a, b])).appLeft(friend);