Skip to content

Commit

Permalink
Move README from builtin (#3701)
Browse files Browse the repository at this point in the history
to avoid name collision
Fixes: #3695 

@yiyi-wang-rv can you review this?
I want to make sure we're not going to break the website links.

Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
radumereuta and rv-jenkins authored Oct 12, 2023
1 parent 5eaf8a3 commit 58eef8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ simpler. These files can be found under `include/kframework/builtin` in your K
installation directory, and can be imported with `requires "FILENAME"` (without
the path prefix).

- [domains](domains.md): Basic datatypes which are universally useful.
- [kast](kast.md): Representation of K internal data-structures (not to be
- [domains](builtin/domains.md): Basic datatypes which are universally useful.
- [kast](builtin/kast.md): Representation of K internal data-structures (not to be
included in normal definitions).
- [prelude](prelude.md): Automatically included into every K definition.
- [ffi](ffi.md): FFI interface for calling out to native C code from K.
- [json](json.md): JSON datatype and parsers/unparsers for JSON strings.
- [rat](rat.md): Rational number representation.
- [substitution](substitution.md): Hooked implementation of capture-aware
- [prelude](builtin/prelude.md): Automatically included into every K definition.
- [ffi](builtin/ffi.md): FFI interface for calling out to native C code from K.
- [json](builtin/json.md): JSON datatype and parsers/unparsers for JSON strings.
- [rat](builtin/rat.md): Rational number representation.
- [substitution](builtin/substitution.md): Hooked implementation of capture-aware
sustitution for K definitions.
- [unification](https://github.com/runtimeverification/k/blob/master/k-distribution/include/kframework/builtin/unification.k): Hooked implementation of unification
exposed directly to K definitions.
2 changes: 1 addition & 1 deletion web/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ output:
- [K User Manual](/docs/user_manual.md)
- [K Cheat Sheet](/docs/cheat_sheet.md)
- [K Tool Reference](/docs/ktools.md)
- [K Builtins](/k-distribution/include/kframework/builtin/README.md)
- [K Builtins](/k-distribution/include/kframework/README.md)
- [domains](/k-distribution/include/kframework/builtin/domains.md)
- [kast](/k-distribution/include/kframework/builtin/kast.md)
- [prelude](/k-distribution/include/kframework/builtin/prelude.md)
Expand Down

0 comments on commit 58eef8b

Please sign in to comment.