rename mondo package to mondolang
This commit is contained in:
parent
4208c79c09
commit
607a6121bc
5 changed files with 8 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue