Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cu1ch3n committed Jan 6, 2025
1 parent 1718d3a commit e0d9e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Type Inference Zoo

![Build Status](https://github.com/cu1ch3n/type-inference-zoo/actions/workflows/build.yml/badge.svg)
![License](https://img.shields.io/badge/license-MIT-blue.svg)


Welcome to **Type Inference Zoo**! This project is dedicated to implementing a variety of type inference algorithms. It serves as a personal project, as I am trying to understand the type inference algorithms well by implmenting them. Considering that it might be helpful for those who are also exploring type inference algoreithms, I am glad to make them avaliable online.

🗿🗿🗿 There are indeed animals (implementations) in the zoo, not only references to animals.
Expand Down
3 changes: 2 additions & 1 deletion frontend/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/cu1ch3n/type-inference-zoo' }
]
}
},
cleanUrls: true
})

0 comments on commit e0d9e44

Please sign in to comment.